Follow up to r97128;
authorJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 15 Sep 2011 16:07:40 +0000 (16:07 +0000)
committerJeroen De Dauw <jeroendedauw@users.mediawiki.org>
Thu, 15 Sep 2011 16:07:40 +0000 (16:07 +0000)
includes/Html.php

index 35d570d..48cef6f 100644 (file)
@@ -535,6 +535,7 @@ class Html {
                                        # @todo FIXME: Is this really true?
                                        $map['<'] = '&lt;';
                                }
+                               
                                $ret .= " $key=$quote" . strtr( $value, $map ) . $quote;
                        }
                }