diff --git a/src/httpserver.py b/src/httpserver.py index d3048531c..93490069b 100644 --- a/src/httpserver.py +++ b/src/httpserver.py @@ -55,10 +55,10 @@ class RequestNotHandled(Exception): DEFAULT_TEMPLATES = { 'index.html': """\ - - - - + + + + """ + _('Supybot Web server index') + """ @@ -71,10 +71,10 @@ DEFAULT_TEMPLATES = { """, 'generic/error.html': """\ - - - + + + %(title)s