diff options
Diffstat (limited to 'dev-random2/templates/archives.html')
-rw-r--r-- | dev-random2/templates/archives.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-random2/templates/archives.html b/dev-random2/templates/archives.html index 3573bf2..47bf2ab 100644 --- a/dev-random2/templates/archives.html +++ b/dev-random2/templates/archives.html @@ -15,7 +15,7 @@ <li> <a rel="bookmark" href="{{ SITEURL }}/{{ article.url }}" - title="Lien permanent vers «{{ article.title }}»"> + title="Lien permanent vers «{{ article.title|striptags }}»"> {{ article.title }} </a> </li> |