Expand r96170's support for space separated attributes with support for boolean keys...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 3 Sep 2011 14:36:58 +0000 (14:36 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 3 Sep 2011 14:36:58 +0000 (14:36 +0000)
commitcebad72f95013c2cd726ce738624a798aa0c11ce
tree6dfbd2655e5333a51c4a991226a6aac8262bedf8
parent7b3f5a27723635b8d87236fae888960c0704fdd9
Expand r96170's support for space separated attributes with support for boolean keys such as array( 'class' => array( 'selected' => true ) ) to match our array( 'checked' => false ) support.
As per discussion with Krinkle make sure that in array( 'foo', 'foo' => false, 'foo' ) the 'foo' key is authoritive.
includes/Html.php