Upgraded to RIFE2 1.7.0

This commit is contained in:
Erik C. Thauvin 2023-05-12 15:03:19 -07:00
parent 1490b29da5
commit a57c5afd62
8 changed files with 27 additions and 10 deletions

View file

@ -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);