diff options
Diffstat (limited to 'sneakyidea/templates/index.html')
-rw-r--r-- | sneakyidea/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sneakyidea/templates/index.html b/sneakyidea/templates/index.html index 6b0ddba..9b7dfa9 100644 --- a/sneakyidea/templates/index.html +++ b/sneakyidea/templates/index.html @@ -21,7 +21,7 @@ {% else %} <li><article class="hentry"> <header> - <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a></h1> + <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h1> </header> <div class="entry-content"> |