Page 1 of 1

Broken HTML on player page

Posted: Mon Dec 29, 2008 5:08 pm
by joo
In the player page character listing:

Code: Select all

<TD>
  <FONT>Male
<TD>

The end tag for that cell should be </TD>.

Also, there should be a terminating </FONT> tag before that, but that looks like it was intentional.
And if I complained about something like that I'd have to pick the rest of the game's HTML to pieces...

Posted: Mon Dec 29, 2008 5:14 pm
by marol
There are hundreds of such cases. It was planned to completely rewrite HTML to XHTML+CSS.

Posted: Mon Dec 29, 2008 7:12 pm
by SekoETC
If a rewrite is actually done, the tags should also be in lowercase and shouldn't use deprecated stuff, in order to fill the standards.