This commit is contained in:
Daniel Odendahl Jr
2017-10-28 14:57:42 +00:00
parent 6ecba82a79
commit b90428c779
+1 -1
View File
@@ -66,7 +66,7 @@ class Util {
.replace(/&lt;|&#0?60;/g, '<')
.replace(/&gt;|&#0?62;/g, '>')
.replace(/&amp;|&#0?38;/g, '&')
.replace(/\[i\]|\[\/i\]/g, '*')
.replace(/\[i\]|\[\/i\]/g, '*');
}
static greyscale(ctx, x, y, width, height) {