Merge pull request #151 from palmstrom/fix-title
removed tags from title attribute value
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="span1 offset3">
|
||||
<a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">Mehr</a>
|
||||
<a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags}}">Mehr</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user