aboutsummaryrefslogtreecommitdiff
path: root/data/templates/base.htm
diff options
context:
space:
mode:
authorChristian Weiske <christian.weiske@netresearch.de>2015-02-26 10:30:44 +0100
committerChristian Weiske <christian.weiske@netresearch.de>2015-02-26 10:30:44 +0100
commitf3e9a633a459f24828b85569acda56d1dabbeb67 (patch)
treef6fe2041a2ef4b003e014bf117fc5802903788b0 /data/templates/base.htm
parent395591b2eadb2fc04b2f4c3107696bc42a2765ea (diff)
downloadphorkie-f3e9a633a459f24828b85569acda56d1dabbeb67.tar.gz
phorkie-f3e9a633a459f24828b85569acda56d1dabbeb67.zip
fix validation errors
Diffstat (limited to 'data/templates/base.htm')
-rw-r--r--data/templates/base.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index fabfd52..330cec6 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html>
-<html>
- <head>
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
<base href="{{baseurl}}" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <meta charset="utf-8" />
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/font-awesome.css"/>
<link rel="stylesheet" href="css/phorkie.css"/>