diff options
Diffstat (limited to 'notmyidea-cms-fr/templates/index.html')
-rw-r--r-- | notmyidea-cms-fr/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notmyidea-cms-fr/templates/index.html b/notmyidea-cms-fr/templates/index.html index c98d82f..d96a161 100644 --- a/notmyidea-cms-fr/templates/index.html +++ b/notmyidea-cms-fr/templates/index.html @@ -31,7 +31,7 @@ {% else %} <li><article class="hentry"> <header> - <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalien vers «{{ article.title}}»">{{ article.title }}</a></h1> + <h1><a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalien vers «{{ article.title|striptags }}»">{{ article.title }}</a></h1> </header> <div class="entry-content"> |