web: fix excess angle bracket in add form
This commit is contained in:
parent
25b514b721
commit
28d86aca53
@ -786,7 +786,7 @@ addform vd@VD{..} = [hamlet|
|
||||
<select id=#{acctvar} name=#{acctvar}>
|
||||
<option>
|
||||
$forall a <- acctnames
|
||||
<option value=#{a} :shouldselect a:selected>#{a}>
|
||||
<option value=#{a} :shouldselect a:selected>#{a}
|
||||
^{amtfield}
|
||||
<tr.helprow>
|
||||
<td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user