MDL-81660 core: Applied PHP CSS Parser patches
One of the patches has been merged, but the other is still outstanding.
This commit is contained in:
@@ -108,7 +108,9 @@ class Rule implements Renderable, Commentable
|
||||
$oParserState->consume(';');
|
||||
}
|
||||
|
||||
$oParserState->consumeWhiteSpace();
|
||||
// Begin Moodle Hack.
|
||||
// $oParserState->consumeWhiteSpace();
|
||||
// End Moodle Hack.
|
||||
|
||||
return $oRule;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user