aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates
diff options
context:
space:
mode:
Diffstat (limited to 'mnmlist/templates')
-rw-r--r--mnmlist/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/index.html b/mnmlist/templates/index.html
index 1505418..d29eb44 100644
--- a/mnmlist/templates/index.html
+++ b/mnmlist/templates/index.html
@@ -21,7 +21,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 %}