Changeset 12123 for trunk/themes


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

merge r12122 from branch 2.2 to trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/mainpage_categories.tpl

    r8665 r12123  
    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.