Followup r79709, re-add equals
authorSam Reed <reedy@users.mediawiki.org>
Thu, 6 Jan 2011 15:27:49 +0000 (15:27 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Thu, 6 Jan 2011 15:27:49 +0000 (15:27 +0000)
Removed due to previous CR, that had not had any response to, so presumed right

includes/parser/Preprocessor_DOM.php

index f8e549d..94a75cc 100644 (file)
@@ -44,7 +44,7 @@ class Preprocessor_DOM implements Preprocessor {
                        if ( is_int( $k ) ) {
                                $xml .= "<part><name index=\"$k\"/><value>" . htmlspecialchars( $val ) ."</value></part>";
                        } else {
-                               $xml .= "<part><name>" . htmlspecialchars( $k ) . "</name><value>" . htmlspecialchars( $val ) . "</value></part>";
+                               $xml .= "<part><name>" . htmlspecialchars( $k ) . "</name>=<value>" . htmlspecialchars( $val ) . "</value></part>";
                        }
                }