diff --git a/scripts/communityScripts/armored-chat/armored_chat.qml b/scripts/communityScripts/armored-chat/armored_chat.qml index 8d43d92395..ff945f6a73 100644 --- a/scripts/communityScripts/armored-chat/armored_chat.qml +++ b/scripts/communityScripts/armored-chat/armored_chat.qml @@ -509,12 +509,12 @@ Rectangle { } function formatContent(mess) { + var arrow = /\ {return "" + match + " "}); - var script_tag = /]*>/gi; - mess = mess.replace(script_tag, "script"); - var newline = /\n/gi; mess = mess.replace(newline, "
"); return mess