diff --git a/userfiles/modules/tags/edit_tagging_tag.php b/userfiles/modules/tags/edit_tagging_tag.php index 495496eb16b..b7cf068da46 100644 --- a/userfiles/modules/tags/edit_tagging_tag.php +++ b/userfiles/modules/tags/edit_tagging_tag.php @@ -78,7 +78,10 @@ function getTagButtonHtmlInForm(id,name,slug) { - var html = '
' + + // remove html from string before display + name = $('

' + name + '

').text(); + + var html = '
' + ' ' + ' ' + ' ' + @@ -139,4 +142,4 @@ function editTaggingTagReplaceForm(tagging_tag_id) {
-
\ No newline at end of file +