https://bugzilla.wikimedia.org/show_bug.cgi?id=23388
Tomasz W. Kozlowski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |INVALID --- Comment #1 from Tomasz W. Kozlowski <[email protected]> --- As far as I see, the situation reported only occurs because the template that's used in both {{otheruses}} and {{redirect}} — {{hatnote}} — includes a <div /> tag that forces the line break and the space to appear; see <http://www.w3.org/TR/html401/struct/global.html#h-7.5.4> for further information. This can be avoided by changing the code of the template, for instance by replacing the <div /> tag with a <span />. This doesn't seem related to MediaWiki itself, so I am closing the report as RESOLVED INVALID; please feel free to reopen if you don't agree with the closure. -- 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
