Opened 17 years ago
Closed 16 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)
by , 17 years ago
| Attachment: | welcome-htmlfix.patch added |
|---|
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| 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