diff --git a/source/js/Core/Core/VMM.Util.js b/source/js/Core/Core/VMM.Util.js index 5410ff2..e1c61b4 100644 --- a/source/js/Core/Core/VMM.Util.js +++ b/source/js/Core/Core/VMM.Util.js @@ -292,7 +292,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Util == 'undefined') { if (!text) { return text; } - text = text.replace(/<\s*\w.*?>/g,""); + text = text.replace(/<\/?\s*\w.*?>/g,""); return text; }, @@ -481,4 +481,4 @@ if(typeof VMM != 'undefined' && typeof VMM.Util == 'undefined') { } }).init(); -} \ No newline at end of file +}