Pagestyle fails W3c HTML validation
mrfelton - April 9, 2009 - 15:38
| Project: | Page Style |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
A small snipped of the errors that come from pagestyle:
# Error Line 498, Column 214: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
…tyle/images/white_black_16.gif" alt=White/Black class="rollover" /></a></li>
✉
# Error Line 498, Column 220: NET-enabling start-tag not immediately followed by null end-tag
…mages/white_black_16.gif" alt=White/Black class="rollover" /></a></li>
✉
This error may occur when there is a mistake in how a self-closing tag is closed, e.g '.../ >'. The proper syntax is '... />' (note the position of the space).
#1
Thank you. Fixed.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.