r92641 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92640‎ | r92641 | r92642 >
Date:16:25, 20 July 2011
Author:robin
Status:ok
Tags:
Comment:
fix escaping of r92636.
Modified paths:
  • /trunk/extensions/Interwiki/Interwiki_body.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Interwiki/Interwiki_body.php
@@ -149,7 +149,7 @@
150150 return Xml::fieldset( $topmessage, Html::rawElement( 'form',
151151 array( 'id' => "mw-interwiki-{$action}form", 'method' => 'post',
152152 'action' => $this->getTitle()->getLocalURL( 'action=submit' ) ),
153 - Html::element( 'p', null, $intromessage ) .
 153+ Html::rawElement( 'p', null, $intromessage ) .
154154 Html::rawElement( 'table', array( 'id' => "mw-interwiki-{$action}" ),
155155 $formContent . Html::rawElement( 'tr', null,
156156 Html::rawElement( 'td', $label, Xml::label( wfMessage( 'interwiki_reasonfield' ),

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r92636Use wfMessage() functions, and rewrite/clean-up showForm() using Html and Xml...robin15:29, 20 July 2011

Status & tagging log