r79724 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r79723‎ | r79724 | r79725 >
Date:15:27, 6 January 2011
Author:reedy
Status:ok
Tags:
Comment:
Followup r79709, re-add equals

Removed due to previous CR, that had not had any response to, so presumed right
Modified paths:
  • /trunk/phase3/includes/parser/Preprocessor_DOM.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Preprocessor_DOM.php
@@ -44,7 +44,7 @@
4545 if ( is_int( $k ) ) {
4646 $xml .= "<part><name index=\"$k\"/><value>" . htmlspecialchars( $val ) ."</value></part>";
4747 } else {
48 - $xml .= "<part><name>" . htmlspecialchars( $k ) . "</name><value>" . htmlspecialchars( $val ) . "</value></part>";
 48+ $xml .= "<part><name>" . htmlspecialchars( $k ) . "</name>=<value>" . htmlspecialchars( $val ) . "</value></part>";
4949 }
5050 }
5151

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r79709Fixup fixme on r67819reedy03:24, 6 January 2011

Status & tagging log