Merge branch 'hotfix/v1.2.2'

This commit is contained in:
H. C. Kruse 2024-06-30 11:56:01 +02:00
commit 5b97d8f448
No known key found for this signature in database
GPG key ID: 0EADE441303A09B4
3 changed files with 3 additions and 3 deletions

View file

@ -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",

View file

@ -1,6 +1,6 @@
{
"name": "TemplateStylesExtender",
"version": "1.2.1",
"version": "1.2.2",
"author": [
"[https://www.mediawiki.org/wiki/User:Octfx Octfx]"
],

View file

@ -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(