fix: cool

This commit is contained in:
Chayapak 2024-11-11 20:34:10 +07:00
parent 28012c1194
commit 4b2b1e9e1a
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -280,6 +280,8 @@ public class ComponentUtilities {
int i = 0;
while (matcher.find()) {
if (i > 300) break;
if (matcher.group().equals("%%")) {
matcher.appendReplacement(sb, "%");
} else {