diff options
Diffstat (limited to 'bootlex/templates/index.html')
-rw-r--r-- | bootlex/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootlex/templates/index.html b/bootlex/templates/index.html index 517016f..8628072 100644 --- a/bootlex/templates/index.html +++ b/bootlex/templates/index.html @@ -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> |