https://bugzilla.wikimedia.org/show_bug.cgi?id=32243
--- Comment #1 from Chris <[email protected]> 2011-11-07 20:03:33 UTC --- This problem could be solved by changing the parser to insert <p></p> between the end of a list and the adjacent section heading. I wrote a simple extension that does the following on the rendered HTML: $text = preg_replace("#(</[ou]l>)(\s*<h[1-6]>)#s", "$1\n<p></p>$2", $text); Now when I view the page, the height of the upper red area is 23 pixels and the height of the lower red area is 22 pixels. I'm not sure what's causing the difference, but at least it isn't as noticeable. -- 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
