fix: cool
This commit is contained in:
parent
28012c1194
commit
4b2b1e9e1a
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue