Index: trunk/phase3/includes/Html.php |
— | — | @@ -107,6 +107,7 @@ |
108 | 108 | */ |
109 | 109 | public static function rawElement( $element, $attribs = array(), $contents = '' ) { |
110 | 110 | global $wgHtml5, $wgWellFormedXml; |
| 111 | + $attribs = (array)$attribs; |
111 | 112 | # This is not required in HTML 5, but let's do it anyway, for |
112 | 113 | # consistency and better compression. |
113 | 114 | $element = strtolower( $element ); |