# HG changeset patch # User Jeff Hammel # Date 1604446972 28800 # Node ID ad2d8969ce25ed4a3accab0c0e71361686846f18 # Parent e27d57e7722e1e372ff640fac8632d55b215af1c fix syntax diff -r e27d57e7722e -r ad2d8969ce25 markup/form.py --- 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