diff options
author | Anika Henke <anika@selfthinker.org> | 2012-07-14 12:10:08 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-07-14 12:10:08 +0100 |
commit | c8839c220c49633ea45ce5d0e4be1f411f66ad6c (patch) | |
tree | 58c6fba882a0d2d550aa04872ffd6036d1819519 /lib/plugins/index.html | |
parent | 4a14c3a4f530437180e3523cc34ab4464cea7dfa (diff) | |
download | dokuwiki-c8839c220c49633ea45ce5d0e4be1f411f66ad6c.tar.gz dokuwiki-c8839c220c49633ea45ce5d0e4be1f411f66ad6c.zip |
changed all doctypes to html5 doctype
Diffstat (limited to 'lib/plugins/index.html')
-rw-r--r-- | lib/plugins/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/plugins/index.html b/lib/plugins/index.html index d614603ac..977f90e10 100644 --- a/lib/plugins/index.html +++ b/lib/plugins/index.html @@ -1,6 +1,5 @@ -<!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"> +<!DOCTYPE html> +<html> <head> <meta http-equiv="refresh" content="0; URL=../../" /> <meta name="robots" content="noindex" /> |