https://bugzilla.wikimedia.org/show_bug.cgi?id=35896
--- Comment #2 from Bawolff <[email protected]> 2012-04-11 22:43:05 UTC --- (In reply to comment #1) > https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SyntaxHighlight_GeSHi.git;a=shortlog > > There's nothing that is obviously committed that is a problem. > > So is it just presumably MW itself/Tidy at fault? Hmm, Maybe we updated the version of the GESHI code (As opposed to the extension that just bridges it) at some point and that caused the issue. I just checked, and the issue is not present at enwikipedia. Html before tidy on enwikipedia looks like: <div dir="ltr" class="mw-geshi mw-content-ltr"><div class="php source-php"><pre class="de1"><span class="kw2"><?php</span> <span class="kw1">echo</span> <span class="st0">"hello world"</span><span class="sy0">;</span> <span class="kw2">function</span> barf<span class="br0">(</span><span class="br0">)</span> <span class="br0">{</span> <span class="co1">// ha ha</span> <span class="br0">}</span></pre></div></div> No nested pre. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
