diff options
author | CharlyCoste <contact@ccoste.fr> | 2010-03-14 00:46:28 +0100 |
---|---|---|
committer | CharlyCoste <contact@ccoste.fr> | 2010-03-14 00:46:28 +0100 |
commit | d672bb88623974aeb1f22e62c7894e8365f4d5e9 (patch) | |
tree | 8f85384ea8bec914bdc7aa81b351e7fa0e0a928d | |
parent | 23276de922b9527da4b933a92eb186f8a7d35445 (diff) | |
download | nextcloud-server-d672bb88623974aeb1f22e62c7894e8365f4d5e9.tar.gz nextcloud-server-d672bb88623974aeb1f22e62c7894e8365f4d5e9.zip |
Adding xml namespace
-rwxr-xr-x | inc/templates/header.php | 3 |
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> |