diff options
author | plegall <plg@piwigo.org> | 2011-09-09 08:17:15 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2011-09-09 08:17:15 +0000 |
commit | f41f140638e1416f646fa8daec34a3eea0f5b807 (patch) | |
tree | d05f53452f7d11cb53907de25ce3feae18ed64d2 /themes/default/template | |
parent | 5fdf14a078014372f75b33ac81a016b2a66b9633 (diff) |
bug 2436 fixed: remove HTML tags when displaying album name as tooltip2.2
git-svn-id: http://piwigo.org/svn/branches/2.2@12122 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-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"> |