diff --git a/app/scodoc/TrivialFormulator.py b/app/scodoc/TrivialFormulator.py index 7e8f9bd8a..acbe8d8ca 100644 --- a/app/scodoc/TrivialFormulator.py +++ b/app/scodoc/TrivialFormulator.py @@ -334,7 +334,7 @@ class TF(object): buttons_markup = "" if self.submitbutton: buttons_markup += ( - '' + '' % ( self.formid, self.formid, @@ -344,7 +344,7 @@ class TF(object): ) if self.cancelbutton: buttons_markup += ( - ' ' + ' ' % (self.formid, self.formid, self.cancelbutton) ) @@ -364,7 +364,7 @@ class TF(object): '