removed tags from title attribute value

This commit is contained in:
Matěj Šmíd
2013-09-11 15:07:51 +02:00
parent f65823ba3c
commit 2983cd82d6
21 changed files with 22 additions and 22 deletions

View File

@@ -22,7 +22,7 @@
{% endif %}
{# other items #}
{% else %}
<li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></li>
<li><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></li>
{% endif %}
{% endfor %}
{% if loop.length > 1 %}