MobileBlur

Diff
Login

Differences From Artifact [7ac081e792]:

To Artifact [d4488e5a46]:


1325
1326
1327
1328
1329
1330
1331

            yield '<tr><td>%s</td><td>%s</td></tr>\n' % (
                field.name, field.value)

        yield '</table>\n' \
              '</body></html>\n'

    WSGIServer(test_app).run()








>
1325
1326
1327
1328
1329
1330
1331
1332
            yield '<tr><td>%s</td><td>%s</td></tr>\n' % (
                field.name, field.value)

        yield '</table>\n' \
              '</body></html>\n'

    WSGIServer(test_app).run()