diff options
Diffstat (limited to 'dev-random/templates/index.html')
-rw-r--r-- | dev-random/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random/templates/index.html b/dev-random/templates/index.html index 0c27024..194c60c 100644 --- a/dev-random/templates/index.html +++ b/dev-random/templates/index.html @@ -13,7 +13,7 @@ <h1> <a rel="bookmark" href="{{ SITEURL }}/{{ article.url }}" - title="Lien permanent vers «{{ article.title }}»"> + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }} </a> </h1> |