Upgraded to RIFE2 1.7.0
This commit is contained in:
parent
1490b29da5
commit
a57c5afd62
8 changed files with 27 additions and 10 deletions
|
@ -154,7 +154,7 @@ public final class RenderUtils {
|
|||
return StringUtils.encodeHtml(src);
|
||||
}
|
||||
case "js" -> {
|
||||
return RenderUtils.encodeJs(src);
|
||||
return encodeJs(src);
|
||||
}
|
||||
case "json" -> {
|
||||
return StringUtils.encodeJson(src);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue