Attribute 'title' was specified inside a condition but closing `"` was
outside condition possibly resulting in <a href="..." class="..." ">.
Also moved </a> outside of condition to match <a>.
{{#tags}}
<li>
<a href="{{viewurl}}" class="{{#isstandard}}standardtag{{/isstandard}} s{{size}}"
- {{#count}}title="{{#str}}numberofentries, blog, {{count}}{{/str}}{{/count}}">
+ {{#count}}title="{{#str}}numberofentries, blog, {{count}}{{/str}}"{{/count}}>
{{#flag}}
- <span class="flagged-tag">{{name}}</span></a>
+ <span class="flagged-tag">{{name}}</span>
{{/flag}}
{{^flag}}
- {{name}}</a>
+ {{name}}
{{/flag}}
+ </a>
</li>
{{/tags}}
</ul>