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

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |

--- Comment #4 from Bawolff <[email protected]> 2012-04-04 21:36:25 UTC ---
>but not the extension's
>behavior?

Sort of the extensions fault. What happens is: method=none triggers $startList
= '';. Later on we have $output = $startList . "\n";. If there is a newline
preceeding the dpl, that results in two new lines in a row. Parser sees two
newlines in a row, and interprets it as a <br/>. Extension could be changed to
not output that newline at begining and behaviour would go away (or it could be
changed to disable that part of parsing on its output and the issue would go
away, but that might have unintended consequences)

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

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to