Skip to content

Commit

Permalink
Do not use j:out
Browse files Browse the repository at this point in the history
DAT-4756
SECURITY-1885
  • Loading branch information
nvoxland committed Jul 7, 2020
1 parent c7bf73e commit 4873c19
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -62,7 +62,7 @@
<tr>
<td colspan="2">
<pre>
<j:out value="${it.exceptionMessage}"/>
${it.exceptionMessage}
</pre>
</td>
</tr>
Expand Down Expand Up @@ -99,4 +99,4 @@
</style>
</l:main-panel>
</l:layout>
</j:jelly>
</j:jelly>

0 comments on commit 4873c19

Please sign in to comment.