From f20abf30a1d9c1426c5fb757ac63998dc5b92bfc Mon Sep 17 00:00:00 2001 From: Peter Ivanov Date: Tue, 20 Sep 2022 15:11:56 +0300 Subject: [PATCH] update --- userfiles/modules/tags/edit_tagging_tag.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +