diff --git a/include/functions_html.inc.php b/include/functions_html.inc.php
index 19fdad512..417b5f19f 100644
--- a/include/functions_html.inc.php
+++ b/include/functions_html.inc.php
@@ -418,7 +418,7 @@ function get_tags_content_title()
.trigger_change('render_tag_name', $page['tags'][$i]['name'], $page['tags'][$i])
.'';
- if (count($page['tags']) > 2)
+ if (count($page['tags']) > 1)
{
$other_tags = $page['tags'];
unset($other_tags[$i]);
@@ -429,11 +429,12 @@ function get_tags_content_title()
);
$title.=
- '
'
+ .'" alt="x" style="vertical-align:bottom;" >'
+ .''
.'';
}
}
diff --git a/themes/default/theme.css b/themes/default/theme.css
index 3468e3992..4930d6143 100644
--- a/themes/default/theme.css
+++ b/themes/default/theme.css
@@ -792,3 +792,8 @@ LEGEND {
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
padding: 0px 5px !important;
}
+
+
+#TagsGroupRemoveTag span{
+ display:none;
+}
\ No newline at end of file