Author: zigger
Description:
(split out from bug 1021)
The language files have a mixture of <br>, <br/>, and <br />. The final form is
the preferred one for XHTML conformance.
They also have a mixture of wiki mark-up and HTML mark-up:
<strong>text</strong>, <b>text</b>, '''text''', <em>text</em>, <i>text</i>, ''text''
Assuming that all messages are parsed, the final form is the preferred one.
Version: unspecified
Severity: normal