diff options
author | 2012-08-10 22:12:10 +0200 | |
---|---|---|
committer | 2012-08-10 22:12:10 +0200 | |
commit | a8f763fb85756f69899f7b3b71c01bb01461ee3c (patch) | |
tree | 725e9915e5d94cc65c158929b20f096d0f7b97b0 /module/web/templates/500.html | |
parent | fixed import (diff) | |
download | pyload-a8f763fb85756f69899f7b3b71c01bb01461ee3c.tar.xz |
beginning new pyload web-ui from scratch
Diffstat (limited to 'module/web/templates/500.html')
-rw-r--r-- | module/web/templates/500.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/web/templates/500.html b/module/web/templates/500.html index e15090b66..8bffe6dbb 100644 --- a/module/web/templates/500.html +++ b/module/web/templates/500.html @@ -1,5 +1,4 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> +<!doctype html> <html> <head> <title>Server Error</title> |