mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
12 lines
262 B
HTML
12 lines
262 B
HTML
<HTML>
|
|
<HEAD>
|
|
</HEAD>
|
|
<BODY>
|
|
There no such thing as br end tag, it should be ignored.
|
|
<BR></BR>
|
|
the output should be a single br tag
|
|
</br> no line break here.
|
|
<br> This is Different than Nav 4.0, but we decided to do this.
|
|
</BODY>
|
|
</HTML>
|