diff options
Diffstat (limited to '')
-rw-r--r-- | include/functions_html.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 9e422288e..60b3a9a86 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -275,7 +275,7 @@ function get_html_tag_selection( } $output.= - '>' + '> ' .$tag['name'] .'</label>' .'</li>' @@ -441,7 +441,7 @@ function get_tags_content_title() .'" title="' .l10n('display photos linked to this tag') .'">' - .$page['tags'][$i]['name'] + .trigger_event('render_tag_name', $page['tags'][$i]['name']) .'</a>'; $remove_url = null; |