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: malard@… 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)

welcome-htmlfix.patch (763 bytes) - added by malard@… 16 years ago.
diff patch file

Download all attachments as: .zip

Change History (3)

Changed 16 years ago by malard@…

Attachment: welcome-htmlfix.patch added

diff patch file

comment:1 Changed 15 years ago by beirdo

Owner: changed from Rob Smith to beirdo
Status: newassigned

The ampersand should be unescaped, it is part of a query in the URL, not text.

The mismatched h1/h2 is valid.

comment:2 Changed 15 years ago by beirdo

Resolution: fixed
Status: assignedclosed

(In [23761]) Fixed mismatched h2/h1 tag. Fixes #7530

Note: See TracTickets for help on using tickets.