diff options
author | plegall <plg@piwigo.org> | 2011-09-09 08:18:19 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-09 08:18:19 +0000 |
commit | 3d40235df8147558da47de4e82e191dcc7ae8c47 (patch) | |
tree | bdc8daf47b5c8dd625e2f90c893d7d0f2d3eb26b /themes/default | |
parent | bfd6bc92ddb21bb2a743dc701142b840575caf47 (diff) |
merge r12122 from branch 2.2 to trunk
bug 2436 fixed: remove HTML tags when displaying album name as tooltip
git-svn-id: http://piwigo.org/svn/trunk@12123 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default')
-rw-r--r-- | themes/default/template/mainpage_categories.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/mainpage_categories.tpl b/themes/default/template/mainpage_categories.tpl index c4be8f7df..016c95558 100644 --- a/themes/default/template/mainpage_categories.tpl +++ b/themes/default/template/mainpage_categories.tpl @@ -5,7 +5,7 @@ <div class="thumbnailCategory"> <div class="illustration"> <a href="{$cat.URL}"> - <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}"> + <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '|@strip_tags:false} - {'display this album'|@translate}"> </a> </div> <div class="description"> |