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
<div class="form-element">
<select name="roles:list">
<dtml-in userdefined_roles>
<option value="<dtml-var sequence-item html_quote>" /><dtml-var
sequence-item>
<option value="&dtml-sequence-item;"><dtml-var sequence-item></option>
</dtml-in userdefined_roles>
</select>
</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