|
|
|
|
 | Today | 198 |  | Yesterday | 229 |  | This week | 891 |  | Last week | 1587 |  | This month | 1803 |  | Last month | 7191 |  | All days | 53773 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Double Quotes Around href Missing (1 viewing) (1) Guest
|
TOPIC: Double Quotes Around href Missing
|
|
Double Quotes Around href Missing 2 Months, 4 Weeks ago
|
Karma: 0
|
|
Article Lister is not putting double quotes around the hrefs it's creating causing ab error in HTML Validator - "An attribute value must be a literal unless it contains only name characters". Is there a fix for this?
Example:
<!-- article-content -->
<ul class="menu">
<li class="menuitem"><a title="VCI Foam Emitters" href=/products/vci-emitters/green-vci-foam-emitters><span>VCI Foam Emitters</span></a></li>
<li class="menuitem"><a title="VCI Wire Strip Emitters" href=/products/vci-emitters/vci-wire-strip-emitters><span>VCI Wire Strip Emitters</span></a></li>
<li class="menuitem"><a title="VCI Other Emitters" href=/products/vci-emitters/other-vci-emitters><span>VCI Other Emitters</span></a></li>
</ul>
<!-- /article-content -->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|