Skip to content

Commit b5e0dc0

Browse files
Update comment
Co-authored-by: Weston Ruter <[email protected]>
1 parent 129c006 commit b5e0dc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/tests/kses.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1203,7 +1203,7 @@ public function data_safecss_filter_attr() {
12031203
'css' => 'height: expression( body.scrollTop + 50 + "px" )',
12041204
'expected' => '',
12051205
),
1206-
// RGBA background color are allowed.
1206+
// RGBA background colors are allowed.
12071207
array(
12081208
'css' => 'background-color: rgba(0,0,0,0)',
12091209
'expected' => 'background-color: rgba(0,0,0,0)',

0 commit comments

Comments
 (0)