Skip to content

Commit 023aaeb

Browse files
committed
Fix ruby-align: space-around support due to an erroneous space
Change-Id: I4c25cd71484f50ce5b037b3ab381694d057dcf91
1 parent 16e2d26 commit 023aaeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sanitizer/StylePropertySanitizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2143,7 +2143,7 @@ protected function cssRuby1( $matcherFactory ) {
21432143
] ),
21442144
'ruby-merge' => new KeywordMatcher( [ 'separate', 'merge', 'auto' ] ),
21452145
'ruby-align' => new KeywordMatcher( [
2146-
'start', 'center', 'space-between', 'space-around '
2146+
'start', 'center', 'space-between', 'space-around'
21472147
] ),
21482148
'ruby-overhang' => new KeywordMatcher( [ 'auto', 'none' ] ),
21492149
];

0 commit comments

Comments
 (0)