diff --git a/src/scriptform.py b/src/scriptform.py index 7f22e3e..6798725 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -728,7 +728,7 @@ class FormRender(): else: html = html_field - return (html.format(classes=classes, + return (html.format(classes=' '.join(classes), title=title, input=input, errors=u', '.join(errors)))