Skip to content

Commit

Permalink
Scopes error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rmiccoli committed Feb 16, 2022
1 parent 51c70c6 commit db2b39d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@
<c:forEach var="scope" items="${ scopes }">

<p style="margin-top: 10px">
<input type="hidden" name="scope_${ fn:escapeXml(scope.value) }"
id="scope_${ fn:escapeXml(scope.value) }"
value="${ fn:escapeXml(scope.value) }">
<c:if test="${ not empty scope.icon }">
<i class="icon-${ fn:escapeXml(scope.icon) }"></i>
</c:if>
Expand Down

0 comments on commit db2b39d

Please sign in to comment.