VIVO-749: fixed double quotes problem on webpage form
This commit is contained in:
parent
24a4c2c56d
commit
5168e188f8
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
<input size="70" type="text" id="url" name="url" value="${url}" role="input" />
|
<input size="70" type="text" id="url" name="url" value="${url}" role="input" />
|
||||||
|
|
||||||
<label for="label">${i18n().webpage_name}</label>
|
<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">
|
<#if editMode="add">
|
||||||
<input type="hidden" name="rank" value="${newRank}" />
|
<input type="hidden" name="rank" value="${newRank}" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue