~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/dispatch/html.py

  • Committer: mattgiuca
  • Date: 2008-01-10 22:11:40 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:170
browser: Added CSS and JS files (not much in them).
media/common: Added json2.js, a minified version of the official JSON
    JavaScript library.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    # make sure it is removed in production.
73
73
    if "debuginfo" in conf.apps.app_url:
74
74
        req.write("<p>Warning: debuginfo is enabled. Remove this app from "
75
 
            "conf.apps.app_url when placed into production.</p>")
 
75
            "conf.apps.app_url when placed into production.</p>\n")
76
76
 
77
77
    print_apps_list(req)
78
78