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

« back to all changes in this revision

Viewing changes to src/dispatch/html.py

  • Committer: mattgiuca
  • Date: 2007-12-14 05:28:51 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:63
dispatch/html.py: Fixed HTML source error.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
<head>
45
45
  <title>IVLE%s</title>
46
46
  <meta http-equiv="Content-Type"
47
 
    content="%s"; charset=utf-8" />
 
47
    content="%s; charset=utf-8" />
48
48
</head>
49
49
 
50
50
""" % (titlepart, req.content_type))