summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
authorluccioman <luccioman@users.noreply.github.com>2016-10-07 10:42:23 +0200
committerluccioman <luccioman@users.noreply.github.com>2016-10-07 10:42:23 +0200
commitfc0c72c84b7b1009708715a37f4d90f41d8cb2bd (patch)
tree1eb46cc7412376e6ac10c557547756c6b3a06a4c /htroot
parentb5eb7a9217497e4f45f751f30650eb3c5b46737e (diff)
Switched to the short HTML Doctype
This pages were already no more XHTML 1.0 because made use of the HTML5 syntax and elements. Applied current (2016) HTML standard recommended Doctype declaration (see https://www.w3.org/TR/html/syntax.html#the-doctype ).
Diffstat (limited to 'htroot')
-rw-r--r--htroot/index.html2
-rw-r--r--htroot/yacysearch.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/htroot/index.html b/htroot/index.html
index f1016186b..f057bc9ec 100644
--- a/htroot/index.html
+++ b/htroot/index.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
#(forward)#::<meta http-equiv="REFRESH" content="0; url=#[target]#" />#(/forward)#
diff --git a/htroot/yacysearch.html b/htroot/yacysearch.html
index aa560b981..53c4ab779 100644
--- a/htroot/yacysearch.html
+++ b/htroot/yacysearch.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>#[former]# - YaCy '#[clientname]#': Search Page</title>