Ticket #411 (closed defect: fixed)
XHTML compatibility: empty elements
| Reported by: | FND | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | trivial | Milestone: | 2.3 |
| Component: | core | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
According to the XHTML specs' HTML Compatibility Guidelines, there should be a space character before the trailing / and > characters of empty elements. So, for example, this...
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
... should actually be
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

