Merge pull request #151 from palmstrom/fix-title
removed tags from title attribute value
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user