diff options
-rw-r--r-- | templates/create.html | 1 | ||||
-rw-r--r-- | templates/error.html | 1 | ||||
-rw-r--r-- | templates/layout.xi | 1 | ||||
-rw-r--r-- | templates/login.html | 1 | ||||
-rw-r--r-- | templates/select.html | 1 |
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/" |