mirror of
https://github.com/octfx/mediawiki-extensions-TemplateStylesExtender.git
synced 2024-11-11 17:01:51 +00:00
Merge branch 'hotfix/v1.2.2'
This commit is contained in:
commit
5b97d8f448
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "octfx/template-styles-extender",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"type": "mediawiki-extension",
|
||||
"description": "Extends TemplateStyles with new CSS properties",
|
||||
"homepage": "http://www.mediawiki.org/wiki/Extension:TemplateStylesExtender",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "TemplateStylesExtender",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.2",
|
||||
"author": [
|
||||
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
|
||||
],
|
||||
|
|
|
@ -222,7 +222,7 @@ class StylePropertySanitizerExtender extends StylePropertySanitizer {
|
|||
|
||||
$var = new FunctionMatcher( 'var', new VarNameMatcher() );
|
||||
|
||||
$props = [];
|
||||
$props = parent::cssGrid1( $matcherFactory );
|
||||
$comma = $matcherFactory->comma();
|
||||
$customIdent = $matcherFactory->customIdent( [ 'span' ] );
|
||||
$lineNamesO = Quantifier::optional( new BlockMatcher(
|
||||
|
|
Loading…
Reference in a new issue