move actual forms out of forms anchor

This commit is contained in:
Felix Hamann 2019-02-19 21:49:34 +01:00
parent c627348bd6
commit 1e122eac87
2 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
$newline never
$#TODO: anchor must be generic for working with multiple forms
<a name="forms">
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
^{formWidget}
<a id="forms">
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
^{formWidget}

View File

@ -3,6 +3,6 @@ $maybe text <- formText
<h2>
_{text}
$#TODO: anchor must be generic for working with multiple forms
<a name="forms">
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
^{formWidget}
<a id="forms">
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
^{formWidget}