diff options
Diffstat (limited to 'nmnlist/templates/index.html')
-rw-r--r-- | nmnlist/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nmnlist/templates/index.html b/nmnlist/templates/index.html index b754a8e..274eb5d 100644 --- a/nmnlist/templates/index.html +++ b/nmnlist/templates/index.html @@ -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 %} |