#15491 closed (fixed)
HTML syntax errors in contrib.comments templates
| Reported by: | jonathanslenders | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.comments | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
<meta /> should be terminated by a slash. (XHTML doctype.)
<!-- --> should be placed around CSS when the CSS contains a less-than, greater-than or ampersand. (contains greater-than sign.)
Attachments (1)
Change History (5)
by , 15 years ago
| Attachment: | patch3.patch added |
|---|
comment:1 by , 15 years ago
| Triage Stage: | Unreviewed → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
A CDATA block is a better approach to fixing this, but point taken.