changeset 8:ad2d8969ce25

fix syntax
author Jeff Hammel <k0scist@gmail.com>
date Tue, 03 Nov 2020 15:42:52 -0800
parents e27d57e7722e
children aa97fe7223c8
files markup/form.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/markup/form.py	Tue Nov 03 15:41:02 2020 -0800
+++ b/markup/form.py	Tue Nov 03 15:42:52 2020 -0800
@@ -58,7 +58,7 @@
                 row.append(error)
 
         retval.write('{}\n'.format(markup.tablify(table)))
-        retval.write('{}\n'.format(self.post_html)
+        retval.write('{}\n'.format(self.post_html))
 
         # each form has a submit button
         # XXX this should probably be more customizable