From 6ee98f1c13bf318d90174e11299e5adfb5c8fd6a Mon Sep 17 00:00:00 2001 From: Vittorio Niespolo Date: Tue, 19 Apr 2022 13:14:37 +0200 Subject: [PATCH] fix --- .../mice/voila/runtime/oawtemplate/utils/EscapeUtils.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/voila-runtime-oawtemplate/src/main/java/it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java b/voila-runtime-oawtemplate/src/main/java/it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java index bd9f5304..d4ba4455 100644 --- a/voila-runtime-oawtemplate/src/main/java/it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java +++ b/voila-runtime-oawtemplate/src/main/java/it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java @@ -50,7 +50,7 @@ public class EscapeUtils {

The following characters are replaced with corresponding HTML character entities : - +
@@ -264,7 +264,7 @@ public static String forURL(String aURLFragment){ Escape characters for text appearing as XML data, between tags.

The following characters are replaced with corresponding character entities : -

Character Replacement
< {@code < }
> {@code > }
+
@@ -317,7 +317,7 @@ public static String forXML(String aText){ (JSON) data interchange format.

The following commonly used control characters are escaped : -

Character Encoding
< {@code < }
> {@code > }
+
-- GitLab
Character Escaped As
" \"
\ \\