Page MenuHomePhabricator

11874.diff

Authored By
bzimport
Nov 21 2014, 10:00 PM
Size
482 B
Referenced Files
None
Subscribers
None

11874.diff

Index: Parser.php
===================================================================
--- Parser.php (révision 32372)
+++ Parser.php (copie de travail)
@@ -318,6 +318,7 @@
'/(.) (?=\\?|:|;|!|%|\\302\\273)/' => '\\1 \\2',
# french spaces, Guillemet-right
'/(\\302\\253) /' => '\\1 ',
+ '/ (!important)/' => ' \\1', #Beware of CSS magic word !important, bug #11874.
);
$text = preg_replace( array_keys($fixtags), array_values($fixtags), $text );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4104
Default Alt Text
11874.diff (482 B)

Event Timeline