diff --git a/htroot/interaction_elements/Tag_part.html b/htroot/interaction_elements/Tag_part.html index f1dfb5916..5ff01af41 100644 --- a/htroot/interaction_elements/Tag_part.html +++ b/htroot/interaction_elements/Tag_part.html @@ -74,7 +74,7 @@ color: #5a346e; if (link != "") { - finaltags = finaltags + '' + tag + ' '; + finaltags = finaltags + "" + tag + " "; } else { finaltags = finaltags + tag + ' ';