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}>
|
<select id=#{acctvar} name=#{acctvar}>
|
||||||
<option>
|
<option>
|
||||||
$forall a <- acctnames
|
$forall a <- acctnames
|
||||||
<option value=#{a} :shouldselect a:selected>#{a}>
|
<option value=#{a} :shouldselect a:selected>#{a}
|
||||||
^{amtfield}
|
^{amtfield}
|
||||||
<tr.helprow>
|
<tr.helprow>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user