summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-10 16:51:02 +0200
committerneoraider <devnull@localhost>2006-04-10 16:51:02 +0200
commit9697f5a0d665e7171de958182cbe59c1dcfe2c87 (patch)
tree53272d4bad8aa920591e6c0c1c5ea8c65fbd340a /index.php
parent1f7a461b1137c475020f93f4346bdc3259e5c392 (diff)
downloadneon-9697f5a0d665e7171de958182cbe59c1dcfe2c87.tar
neon-9697f5a0d665e7171de958182cbe59c1dcfe2c87.zip
/code/modules.inc.php angelegt. /index.php: Namespace-Angabe hinzugef?gt.
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 4f4ddd7..9b80e3b 100644
--- a/index.php
+++ b/index.php
@@ -18,7 +18,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html>
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?PHP echo $config['title'] . $data['title']; ?></title>
<link rel="stylesheet" type="text/css" href="styles/<?PHP echo $config['default_style']; ?>/style.css" />