httpserver: Add doctype.

This commit is contained in:
Valentin Lorentz 2013-05-17 20:13:46 +02:00
parent 1090c4623f
commit 6493be1f13
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ class RequestNotHandled(Exception):
DEFAULT_TEMPLATES = {
'index.html': """\
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>""" + _('Supybot Web server index') + """</title>
<link rel="stylesheet" href="/default.css" />