fixing escaping in role forms NIHVIVO-835
This commit is contained in:
parent
d213fd463a
commit
7c4b57af9f
2 changed files with 2 additions and 2 deletions
|
@ -253,7 +253,7 @@ PREFIX core: <${vivoCore}>
|
||||||
<c:set var="yearHint" value="<span class='hint'>(YYYY)</span>" />
|
<c:set var="yearHint" value="<span class='hint'>(YYYY)</span>" />
|
||||||
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="<%= request.getAttribute("objectUri")!=null %>">
|
<c:when test="<%= request.getAttribute(\"objectUri\")!=null %>">
|
||||||
<c:set var="formHeading" value="Edit ${formHeading}" />
|
<c:set var="formHeading" value="Edit ${formHeading}" />
|
||||||
<c:set var="editMode" value="edit" />
|
<c:set var="editMode" value="edit" />
|
||||||
<c:set var="submitButtonLabel" value="Edit ${submitButtonLabel}" />
|
<c:set var="submitButtonLabel" value="Edit ${submitButtonLabel}" />
|
||||||
|
|
|
@ -307,7 +307,7 @@
|
||||||
<c:set var="yearMonthHint" value="<span class='hint'>(YYYY-MM)</span>" />
|
<c:set var="yearMonthHint" value="<span class='hint'>(YYYY-MM)</span>" />
|
||||||
|
|
||||||
<c:choose>
|
<c:choose>
|
||||||
<c:when test="<%= request.getAttribute("objectUri")!=null %>">
|
<c:when test="<%= request.getAttribute(\"objectUri\")!=null %>">
|
||||||
<c:set var="titleText" value="Edit" />
|
<c:set var="titleText" value="Edit" />
|
||||||
<c:set var="editMode" value="edit" />
|
<c:set var="editMode" value="edit" />
|
||||||
<c:set var="submitButtonText" value="Edit ${roleActivityTitleCase}" />
|
<c:set var="submitButtonText" value="Edit ${roleActivityTitleCase}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue