Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
voila-runtimes
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
mice
voila-runtimes
Commits
6ee98f1c
Commit
6ee98f1c
authored
3 years ago
by
Vittorio Niespolo
Browse files
Options
Downloads
Patches
Plain Diff
fix
parent
ed8a2174
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
voila-runtime-oawtemplate/src/main/java/it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java
+3
-3
3 additions, 3 deletions
.../it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java
with
3 additions
and
3 deletions
voila-runtime-oawtemplate/src/main/java/it/mice/voila/runtime/oawtemplate/utils/EscapeUtils.java
+
3
−
3
View file @
6ee98f1c
...
...
@@ -50,7 +50,7 @@ public class EscapeUtils {
<P>The following characters are replaced with corresponding
HTML character entities :
<table border='1' cellpadding='3'
cellspacing='0'
>
<table border='1' cellpadding='3' >
<tr><th> Character </th><th>Replacement</th></tr>
<tr><td> < </td> <td>{@code < }</td></tr>
<tr><td> > </td> <td>{@code > }</td></tr>
...
...
@@ -264,7 +264,7 @@ public static String forURL(String aURLFragment){
Escape characters for text appearing as XML data, between tags.
<P>The following characters are replaced with corresponding character entities :
<table border='1' cellpadding='3'
cellspacing='0'
>
<table border='1' cellpadding='3' >
<tr><th> Character </th><th> Encoding </th></tr>
<tr><td> < </td> <td>{@code < }</td></tr>
<tr><td> > </td> <td>{@code > }</td></tr>
...
...
@@ -317,7 +317,7 @@ public static String forXML(String aText){
(JSON) data interchange format.
<P>The following commonly used control characters are escaped :
<table border='1' cellpadding='3'
cellspacing='0'
>
<table border='1' cellpadding='3' >
<tr><th> Character </th><th> Escaped As </th></tr>
<tr><td> " </td><td> \" </td></tr>
<tr><td> \ </td><td> \\ </td></tr>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment