fix #1948 escape handler name

This commit is contained in:
Shinsuke Sugaya 2018-12-28 06:09:15 +09:00
parent 8ac1fae109
commit 4899f49539

View file

@ -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>