(bug 39875) Fixed conversion of array attributes in Html.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Sat, 1 Sep 2012 01:25:27 +0000 (21:25 -0400)
committerTyler Anthony Romeo <tylerromeo@gmail.com>
Sat, 1 Sep 2012 01:25:27 +0000 (21:25 -0400)
commitf34547ab44875a85dc5c7b909ba58e15d9554426
tree72db2abb5db8312e28a61bb4a06eefd434fd765a
parent7fae5812cd4a5027a742263abe80df9f26ea77e8
(bug 39875) Fixed conversion of array attributes in Html.

Changed Html::dropDefaults() so that when an array is
passed as an attribute value, it does not call strval(),
thus triggering a PHP notice. Instead arrays are
imploded with a space as the separator.

Change-Id: I2521b78c7de94c183b7de7e7d4b2b510ab0c7770
includes/Html.php