diff options
Diffstat (limited to 'pages/login.ecpp')
| -rw-r--r-- | pages/login.ecpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/login.ecpp b/pages/login.ecpp index 90c1bff..afa7a15 100644 --- a/pages/login.ecpp +++ b/pages/login.ecpp @@ -31,7 +31,7 @@ if (action == "login") { if (logged_in || !LiveSetup().UseAuth()) return reply.redirect("whats_on.html"); }> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<& pageelems.doc_type &> <html> <head> <title>VDR-Live - Login</title> |
