Last modified: 2006-04-07 14:29:47 UTC
The "wrap" option configured for Tidy on Wikipedia is broken. If the "show hoverbox above links" setting is disabled, Tidy sometimes inserts the line break into the editsection link, causing it to display like "[ edit]". (See e.g. http://mormegil.wz.cz/etc/editsec_ff.png) The "tidied" HTML looks like: <div class="editsection" style="float:right;margin-left:5px;"> [<a href=" /w/index.php?title=Josephus_problem&action=edit&section=2"> edit</a>]</div> Notice the superfluous end of line after the opening anchor tag, just before the "edit" text. This might be fixed by some Tidy option like "wrap-attributes", I don't know, I have never used Tidy.
"Fixed" by removing the hover option altogether (see http://svn.wikimedia.org/viewvc/mediawiki?view=rev&revision=7863), and probably also by disabling the line-wrapping feature of Tidy