Index: trunk/extensions/LiquidThreads/api/ApiThreadAction.php |
— | — | @@ -265,7 +265,7 @@ |
266 | 266 | // $this->dieUsage( 'You must include text in your post', 'no-text' ); |
267 | 267 | // creating a thread with a body dummy rendered as "edit" link for itself |
268 | 268 | $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/>"; |
270 | 270 | } |
271 | 271 | $text = $params['text']; |
272 | 272 | |