diff options
Diffstat (limited to 'bootstrap2/templates/article.html')
-rw-r--r-- | bootstrap2/templates/article.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap2/templates/article.html b/bootstrap2/templates/article.html index 638655c..3a3dc4a 100644 --- a/bootstrap2/templates/article.html +++ b/bootstrap2/templates/article.html @@ -7,7 +7,7 @@ <h1> <a href="{{ pagename }}" rel="bookmark" - title="Permalink to {{ article.title }}"> + title="Permalink to {{ article.title|striptags }}"> {{ article.title}} </a> {% include 'twitter.html' %} |