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:
Andrew Nicols
2025-03-14 06:09:40 +08:00
parent e60e923b83
commit 471b14c866
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -108,7 +108,9 @@ class Rule implements Renderable, Commentable
$oParserState->consume(';');
}
$oParserState->consumeWhiteSpace();
// Begin Moodle Hack.
// $oParserState->consumeWhiteSpace();
// End Moodle Hack.
return $oRule;
}