MoinForms.py | raw changeset files shortlog |
1.1 --- a/MoinForms.py Sat Dec 01 20:38:35 2012 +0100 1.2 +++ b/MoinForms.py Sat Dec 01 23:26:28 2012 +0100 1.3 @@ -45,7 +45,7 @@ 1.4 )) 1.5 1.6 output = getFormOutput(text, fields) 1.7 - write(formatText(output, request, fmt)) 1.8 + write(formatText(output, request, fmt, inhibit_p=False)) 1.9 1.10 write(fmt.rawHTML('</form>')) 1.11