mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
bug 2436 fixed: remove HTML tags when displaying album name as tooltip
git-svn-id: http://piwigo.org/svn/branches/2.2@12122 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user