Opened 16 years ago
Closed 15 years ago
#7530 closed defect (fixed)
Html Bug h2 open/h1 close in default welcome.php template + unescaped ampersand
Reported by: | Owned by: | beirdo | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythWeb | Version: | head |
Severity: | low | Keywords: | html validation ampersand |
Cc: | Ticket locked: | no |
Description
The default welcome.php file has an invalid section of html, opening h2 with a h1 closing it, plus an unescaped ampersand in the reset template anchor href.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | welcome-htmlfix.patch added |
---|
comment:1 Changed 15 years ago by
Owner: | changed from Rob Smith to beirdo |
---|---|
Status: | new → assigned |
The ampersand should be unescaped, it is part of a query in the URL, not text.
The mismatched h1/h2 is valid.
Note: See
TracTickets for help on using
tickets.
diff patch file