|
|
<p>Tags 1.3.3 is not correctly forming the anchor tag correctly in list and blog layouts.</p>
<p>There is white space between the 'a' and 'href' i.e. the anchor tag is generated as '</p>
<p>Lines 76 and 77 of blog.php and 39/40 of default.php have the tag separated across both lines. Making the tag on a single like to e.g</p>
<h2 class="contentheading"><a href="<?php echo $result->readmore_link; ?>">
<div>Fixed.</div>
<div>Fiels attached</div>
</a></h2> |
IP Logged
|