Merge pull request #13741 from CommanderRoot/patch-3
Fix favorite icon escaping
This commit is contained in:
commit
8c40c762e3
@ -3,5 +3,5 @@
|
||||
href="db_structure.php{{ Url_getCommon(fav_params) }}"
|
||||
title="{{ already_favorite ? 'Remove from Favorites'|trans : 'Add to Favorites'|trans }}"
|
||||
data-favtargets="{{ db_table_name_hash }}" >
|
||||
{{ already_favorite ? titles['Favorite'] : titles['NoFavorite'] }}
|
||||
{{ already_favorite ? titles['Favorite']|raw : titles['NoFavorite']|raw }}
|
||||
</a>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user