VIVO-749: fixed double quotes problem on webpage form

This commit is contained in:
tworrall 2014-05-21 16:26:41 -04:00
parent 24a4c2c56d
commit 5168e188f8

View file

@ -67,7 +67,7 @@
<input size="70" type="text" id="url" name="url" value="${url}" role="input" />
<label for="label">${i18n().webpage_name}</label>
<input size="70" type="text" id="label" name="label" value="${label}" role="input" />
<input size="70" type="text" id="label" name="label" value="${label?html}" role="input" />
<#if editMode="add">
<input type="hidden" name="rank" value="${newRank}" />