Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from cmccauley/master
Browse files Browse the repository at this point in the history
RegexMax fix
  • Loading branch information
scarpentier authored Jan 10, 2017
2 parents 44f669b + ebd6ab7 commit 002332d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RezNetUsage.Core/UsageFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static class UsageFactory
/// Regex pour définir l'utilisation maximale permise
/// </summary>
private static readonly Regex RegexMax =
new Regex("<TD>Quota permis pour la p&eacute;riode</TD><TD ALIGN=\"RIGHT\">(.*)</TD></TD></TR>");
new Regex(@"<TD>Quota permis pour la p&eacute;riode \(Mo\)</TD><TD ALIGN=\""RIGHT\"">(.*)</TD></TD></TR>");

/// <summary>
/// Le parsing des doubles de cooptel dépendent de la culture locale
Expand Down

0 comments on commit 002332d

Please sign in to comment.