Logged Out
Create an Account
Login:
Password:

Forgot your password?
HTML Entities Incorrect


Back to the Tickets List

HTML Entities Incorrect
Creator Quaiche
Public or Private Public
Private tickets are only accessible to you and to DKPSystem.com staff
Public Tickets are visible to everyone)
Status Closed
Type Bug
Section of the Site Forum
Urgency (2 votes)
Rating (1 votes)
Description:
Just noticed another HTML bug in the emitted HTML.

In the threadtags selector at the top of a forum post, when you have sub-tags defined, it emits a greater-than symbol to separate the parent from the child tag.

E.g.:


<option value="9" >Class Discussion > Druid</option>
<option value="10" >Class Discussion > Hunter</option>
<option value="8" >Class Discussion > Mage</option>
<option value="11" >Class Discussion > Paladin</option>
<option value="12" >Class Discussion > Priest</option>
<option value="13" >Class Discussion > Rogue</option>
<option value="14" >Class Discussion > Shaman</option>
<option value="7" >Class Discussion > Warlock</option>
<option value="15" >Class Discussion > Warrior</option>
<option value="31" >Guild Membership > Applications</option>
<option value="32" >Guild Membership > Guild Meeting Hall</option>


The symbol entities arent' defined correctly. They should have a trailing semicolon: >

http://htmlhelp.com/reference/html40/entities/special.html

Thanks!
Official DKPSystem.com Comments
No official comments yet

User-Submitted Comments
These posts are also available on the forum with more features. This page is intentional simplified

View this info on the forum
[You must be logged in to post comments]
5981 days ago
Chops Said:
Dunno how I missed that semicolon, but it's fixed. Thanks.
[You must be logged in to reply]