User "Wikinaut" posted a comment on MediaWiki.r89014.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/89014#c17265
Commit summary:

fixed bug 28993 - Make OpenID extension aware of user deletions done by 
extension UserMerge and Delete (and probably others). hooks on the new hooks 
DeleteAccount and on MergeAccountFromTo e.g. from action in  UserMerge

Comment:

it renders all output text lines into 

&lt;p&gt; line1 &lt;/p&gt;<br/>
&lt;p&gt; line2 &lt;/p&gt;<br/>
&lt;p&gt; line3 &lt;/p&gt;<br/>

If you show me how I can get

line1 &lt;br/&gt;<br/>
line2 &lt;br/&gt;<br/>
line3 &lt;br/&gt;<br/>

using the suggested calls that's what I am looking for.

RE: http://www.mediawiki.org/wiki/Localisation#Recommended_ways



_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to