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

sp...@wikimedia.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #6 from sp...@wikimedia.org ---
Running FlowSetUserIp did clear it up.

The pre tag is due to the flow-topic-participants going through parse(), and in
wikitext leading blanks format text as a <pre> tag.  You can see this using
eval.php:

echo wfMessage( 'flow-topic-participants', 2, 2, '', 'second person',
    'third person' )->parse();
prints

<pre>and second person
</pre>

-- 
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