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

Commit

Permalink
RegexMax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccauley committed Jan 10, 2017
1 parent 44f669b commit ebd6ab7
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 ebd6ab7

Please sign in to comment.