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

« back to all changes in this revision

Viewing changes to src/apps/server/__init__.py

  • Committer: mattgiuca
  • Date: 2007-12-14 06:19:32 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:65
apps/server: Slight fix to HTML warning label.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
</head>
142
142
<body style="margin: 0; padding: 0; font-family: sans;">
143
143
  <div style="background-color: #faa; border-bottom: 1px solid black;
144
 
    border-top: 1px solid #faa; padding: 8px;">
 
144
    padding: 8px;">
145
145
    <p><strong>Warning</strong>: You did not print a "Content-Type" header.
146
146
    CGI requires you to print some content type. You may wish to try:</p>
147
147
    <pre style="margin-left: 1em">Content-Type: text/html</pre>