Make use of readonly_field_as_table_row
Instead of manually typing out the <br /> etc.
Patch by: Sverre Rabbelier
Metadata-Version: 1.0Name: WebObVersion: 0.9Summary: WSGI request and response objectHome-page: http://pythonpaste.org/webob/Author: Ian BickingAuthor-email: ianb@colorstudy.comLicense: MITDescription: WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. The objects map much of the specified behavior of HTTP, including header parsing and accessors for other standard parts of the environment.Keywords: wsgi request web httpPlatform: UNKNOWNClassifier: Development Status :: 4 - BetaClassifier: Framework :: PasteClassifier: Intended Audience :: DevelopersClassifier: License :: OSI Approved :: MIT LicenseClassifier: Topic :: Internet :: WWW/HTTP :: WSGIClassifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application