https://bugzilla.wikimedia.org/show_bug.cgi?id=19226

T. Gries <m...@tgries.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|Low                         |Normal
                 CC|                            |m...@tgries.de
           Severity|enhancement                 |normal

--- Comment #6 from T. Gries <m...@tgries.de> 2011-05-28 14:14:02 UTC ---
When using wrapWikiMsg() - this suggested Nikerabbit - in example

$wgOut->wrapWikiMsg( "OpenID $1", array( 'usermerge-userdeleted', $username,
$userID ) );

this is rendered into <p>...</p> which I do not want in my output, because when
it is executed repeatedly, the output looks ugly due to different bigger line
spacing.

Please can you explain how I can avoid this?

I want to have output as follows

line1<br/>
line2<br/>
line3<br/>
...

But using wrapWikiMsg() I can only get

<p>line1
</p>line2<p>
</p>line3<p>
</p>

Please can you assist? A plain output appears to be impossible using the
suggested wrapWikiMsg() method.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to