diff options
Diffstat (limited to 'include/functions_html.inc.php')
-rw-r--r-- | include/functions_html.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php index 60b3a9a86..e414c1c0c 100644 --- a/include/functions_html.inc.php +++ b/include/functions_html.inc.php @@ -465,7 +465,7 @@ function get_tags_content_title() .l10n('remove this tag from the list') .'"><img src="' .get_root_url().get_themeconf('icon_dir').'/remove_s.png' - .'" alt="x" style="vertical-align:bottom;" class="button">' + .'" alt="x" style="vertical-align:bottom;">' .'</a>'; } return $title; |