mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Fix
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class Util {
|
||||
.replace(/<|�?60;/g, '<')
|
||||
.replace(/>|�?62;/g, '>')
|
||||
.replace(/&|�?38;/g, '&')
|
||||
.replace(/\[i\]|\[\/i\]/g, '*')
|
||||
.replace(/\[i\]|\[\/i\]/g, '*');
|
||||
}
|
||||
|
||||
static greyscale(ctx, x, y, width, height) {
|
||||
|
||||
Reference in New Issue
Block a user