Fix runFormTable HTML output

This commit is contained in:
Michael Snoyman 2010-11-30 09:09:31 +02:00
parent 24669f8d38
commit ac809e8316

View File

@ -187,8 +187,8 @@ runFormTable dest inputLabel form = do
^widget^
%tr
%td!colspan=2
$nonce$
%input!type=submit!value=$inputLabel$
$nonce$
%input!type=submit!value=$inputLabel$
|]
return (res, widget')