This commit is contained in:
Daniel Odendahl Jr
2017-12-04 12:26:04 +00:00
parent 9cd90d84ae
commit b25a0de168
+1
View File
@@ -79,6 +79,7 @@ class Util {
.replace(/&lt;|&#0?60;/g, '<')
.replace(/&gt;|&#0?62;/g, '>')
.replace(/&amp;|&#0?38;/g, '&')
.replace(/&eacute;/g, 'é')
.replace(/\[i\]|\[\/i\]/g, '*');
}