summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorequinox <equinox@diac24.net>2011-09-27 01:12:39 +0200
committerequinox <equinox@diac24.net>2011-09-27 01:12:39 +0200
commitab8912a8e03150ced5bb2d7bb19d02208b7747d4 (patch)
tree10c882cf473827767014d7c2419e2480162d59ea
parent944d2f7e1bf9870b3e6d544f24ecd443450a6fb7 (diff)
templates: add XML declarations
-rw-r--r--templates/create.html1
-rw-r--r--templates/error.html1
-rw-r--r--templates/layout.xi1
-rw-r--r--templates/login.html1
-rw-r--r--templates/select.html1
5 files changed, 5 insertions, 0 deletions
diff --git a/templates/create.html b/templates/create.html
index 2ac6563..fbf1323 100644
--- a/templates/create.html
+++ b/templates/create.html
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
diff --git a/templates/error.html b/templates/error.html
index 0399863..8c04a9b 100644
--- a/templates/error.html
+++ b/templates/error.html
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
diff --git a/templates/layout.xi b/templates/layout.xi
index 6a5418a..7b59619 100644
--- a/templates/layout.xi
+++ b/templates/layout.xi
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:sub="http://local.sublab.org/subdap/xmlns-templates"
diff --git a/templates/login.html b/templates/login.html
index 41b6c43..ea0fe89 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
diff --git a/templates/select.html b/templates/select.html
index 4f54d02..8b5e47f 100644
--- a/templates/select.html
+++ b/templates/select.html
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"