This commit is contained in:
Michael Ganss
2014-03-25 16:59:57 +01:00
parent c16dc426a4
commit 029f03ccd9

View File

@@ -270,7 +270,7 @@ namespace Html
return output;
}
// frolm http://genshi.edgewall.org/
// from http://genshi.edgewall.org/
private static readonly Regex CssUnicodeEscapes = new Regex(@"\\([0-9a-fA-F]{1,6})\s?|\\([^\r\n\f0-9a-fA-F'""{};:()#*])", RegexOptions.Compiled);
private static readonly Regex CssComments = new Regex(@"/\*.*?\*/", RegexOptions.Compiled);
// IE6 <http://heideri.ch/jso/#80>