summaryrefslogtreecommitdiffstats
path: root/inc/templates/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/templates/header.php')
-rwxr-xr-xinc/templates/header.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/templates/header.php b/inc/templates/header.php
index dbff30d8904..e28fa4da9fb 100755
--- a/inc/templates/header.php
+++ b/inc/templates/header.php
@@ -1,6 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html><head>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
<title>ownCloud</title>
<link rel="stylesheet" type="text/css" href="/css/default.css" />
</head>