r89968 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89967‎ | r89968 | r89969 >
Date:14:47, 13 June 2011
Author:wikinaut
Status:ok
Tags:
Comment:
+ <br/>
Modified paths:
  • /trunk/extensions/LiquidThreads/api/ApiThreadAction.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php
@@ -265,7 +265,7 @@
266266 // $this->dieUsage( 'You must include text in your post', 'no-text' );
267267 // creating a thread with a body dummy rendered as "edit" link for itself
268268 $defaultBody = wfMsgForContent( 'lqt-newpost-defaultbody-user-submitted-empty-textbody', $subject ) ;
269 - $params['text'] = "''[{{fullurl:{{FULLPAGENAMEE}}|action=edit}} $defaultBody]''";
 269+ $params['text'] = "''[{{fullurl:{{FULLPAGENAMEE}}|action=edit}} $defaultBody]''<br/>";
270270 }
271271 $text = $params['text'];
272272

Status & tagging log