r50171 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r50170‎ | r50171 | r50172 >
Date:10:08, 4 May 2009
Author:ialex
Status:ok
Tags:
Comment:
'parseinline' -> 'parse' for gadgets-prefstext to fix XHTML error.
'parseinline' doesn't remove the <p> tags in the middle of the text, but since this message contains two paragraphs in its definition, the </p> <p> beetween these two paragraphs are not removed.
Modified paths:
  • /trunk/extensions/Gadgets/Gadgets.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Gadgets/Gadgets.php
@@ -140,7 +140,7 @@
141141 'type' => 'info',
142142 'label' => '&nbsp;',
143143 'default' => Xml::tags( 'td', array( 'colspan' => 2 ),
144 - wfMsgExt( 'gadgets-prefstext', 'parseinline' ) ),
 144+ wfMsgExt( 'gadgets-prefstext', 'parse' ) ),
145145 'section' => 'gadgets',
146146 'raw' => 1,
147147 'rawrow' => 1,

Status & tagging log