Commit ec7a0b07 authored by Evan Simpson's avatar Evan Simpson

Fix <option> tag

parent 6135163c
...@@ -135,8 +135,7 @@ You can define new roles by entering a role name and clicking the ...@@ -135,8 +135,7 @@ You can define new roles by entering a role name and clicking the
<div class="form-element"> <div class="form-element">
<select name="roles:list"> <select name="roles:list">
<dtml-in userdefined_roles> <dtml-in userdefined_roles>
<option value="<dtml-var sequence-item html_quote>" /><dtml-var <option value="&dtml-sequence-item;"><dtml-var sequence-item></option>
sequence-item>
</dtml-in userdefined_roles> </dtml-in userdefined_roles>
</select> </select>
</div> </div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment