File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ IBM AltoroJ
8888 }
8989
9090 % >
91- <%= text % >
91+ <%= ServletUtil . sanitizeHtmlWithRegex( text) % >
9292 <% } catch (Exception e) { % >
93- <p >Failed due to <%= ServletUtil . sanitzieHtmlWithRegex (e. getLocalizedMessage()) % > </p >
93+ <p >Failed due to <%= ServletUtil . sanitizeHtmlWithRegex (e. getLocalizedMessage()) % > </p >
9494 <% } % >
9595 <%
9696 } else {
@@ -100,11 +100,11 @@ IBM AltoroJ
100100 <% try { % >
101101 <jsp:include page =" <%= content %>" />
102102 <% } catch (Exception e) { % >
103- <p >Failed due to <%= ServletUtil . sanitzieHtmlWithRegex (e. getLocalizedMessage()) % > </p >
103+ <p >Failed due to <%= ServletUtil . sanitizeHtmlWithRegex (e. getLocalizedMessage()) % > </p >
104104 <% }
105105 } % >
106106 </td >
107107
108108</div >
109109
110- <jsp:include page =" footer.jspf" />
110+ <jsp:include page =" footer.jspf" />
You can’t perform that action at this time.
0 commit comments