summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2013-01-24 17:51:39 +0800
committerrekado <rekado@elephly.net>2013-01-24 17:51:39 +0800
commit193b092ababe9873b901d9ea9e4c0dca4ed3d5a6 (patch)
tree6458f5e99c6eb61afcd9b42d7818566cb9a80130 /templates
parent3de53eea2dba3bf71624558a2b22247be5df7c12 (diff)
change doctype to XHTML+RDFa (used for licenses)
Diffstat (limited to 'templates')
-rw-r--r--templates/default.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/default.html b/templates/default.html
index 396f1c8..861ae1e 100644
--- a/templates/default.html
+++ b/templates/default.html
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!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" xml:lang="en" lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
+"http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head profile="http://www.w3.org/2005/10/profile">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name='viewport' content='width=320' />