Changeset 12122


Ignore:
Timestamp:
Sep 9, 2011, 10:17:15 AM (13 years ago)
Author:
plg
Message:

bug 2436 fixed: remove HTML tags when displaying album name as tooltip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/themes/default/template/mainpage_categories.tpl

    r8665 r12122  
    66                        <div class="illustration">
    77                        <a href="{$cat.URL}">
    8                                 <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '} - {'display this album'|@translate}">
     8                                <img src="{$cat.TN_SRC}" alt="{$cat.TN_ALT}" title="{$cat.NAME|@replace:'"':' '|@strip_tags:false} - {'display this album'|@translate}">
    99                        </a>
    1010                        </div>
Note: See TracChangeset for help on using the changeset viewer.