<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">2014/1/3 S Page <span dir="ltr"><<a href="mailto:spage@wikimedia.org" target="_blank">spage@wikimedia.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Flow was supplying an empty string as a parameter to a message, due to a bug 59198. What surprised me is the rendered HTML turned into a preformatted (typewriter-style) block.  This happens  because the 'flow-topic-participants' message goes through parse(), and in wikitext a leading blank formats the text as a <pre> tag.  You can see this using eval.php:</div>
</blockquote><div><br></div><div>Is there any other wikitext besides the magic words? You could just use ->text() instead of ->parse().</div><div><br></div><div>I fail to see importance of this problem if it is only triggered by other bugs. Isn't it a good thing to fail in visible way so that issues are easy to detect and get fixed?</div>
<div>  -Niklas</div></div></div></div>