Admin template "template_edit"
The output is something like
<div> inside a <label> tag is incorrect.
Not sure if you consider such errors worth fixing since it's in the admin area.
HTML:
<xen:label>{xen:raw $styleChooser} {xen:phrase template_name}:</xen:label>
HTML:
<label for="templateTitle">
<div class="topChoosers">
<div class="Popup">
<span class="muted">Style:</span> <a rel="Menu">Master Style</a>
<div class="Menu">
<div class="primaryContent menuHeader"><h3>Styles</h3></div>
<ul class="secondaryContent blockLinksList">
<li><a href="admin.php?styles/master-style.0/templates#_account-css"><span class="_depth0">Master Style</span></a></li>
<li><a href="admin.php?styles/default-style.1/templates#_account-css"><span class="_depth1">Default Style</span></a></li>
</ul>
</div>
</div>
</div>
Template Name:</label>
Not sure if you consider such errors worth fixing since it's in the admin area.