X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FHtml.php;h=fdc348b852f13fb154a00e74f5b949de36228ed5;hb=c9eb118548b5dc5e8dcf9dd7fed2b69f717df714;hp=aa51243d75ebe1236f7356f479c8f705960f096a;hpb=b6d03f5a1548e88f2e3932570beca8a3393ddc4f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Html.php b/includes/Html.php index aa51243d75..fdc348b852 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -518,7 +518,7 @@ class Html { $newValue = []; foreach ( $value as $k => $v ) { if ( is_string( $v ) ) { - // String values should be normal `array( 'foo' )` + // String values should be normal `[ 'foo' ]` // Just append them if ( !isset( $value[$v] ) ) { // As a special case don't set 'foo' if a