fix #1948 escape handler name
This commit is contained in:
parent
8ac1fae109
commit
4899f49539
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
<th><la:message key="labels.handler_name" /></th>
|
||||
<td><c:forEach var="hn" varStatus="s"
|
||||
items="${handlerNameItems}">
|
||||
<c:if test="${handlerName==hn.value}">
|
||||
<c:if test="${handlerName==f:u(hn.value)}">
|
||||
${f:h(hn.label)}<br />
|
||||
</c:if>
|
||||
</c:forEach> <la:hidden property="handlerName" /></td>
|
||||
|
|
Loading…
Add table
Reference in a new issue