From ce3d0768caf5f4a58ae73d1d8c29738931ae10d6 Mon Sep 17 00:00:00 2001
From: fantu <fantu@ispconfig3>
Date: Sun, 21 Dec 2008 09:16:15 -0500
Subject: [PATCH] small xhtml fix
---
interface/lib/app.inc.php | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/interface/lib/app.inc.php b/interface/lib/app.inc.php
index c003ef4..354ffd6 100644
--- a/interface/lib/app.inc.php
+++ b/interface/lib/app.inc.php
@@ -114,11 +114,13 @@
//$this->uses("error");
//$this->error->message($msg, $priority);
if($stop == true){
- $msg = '<html>
+ $msg = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Error</title>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
-<link href="../themes/default/style.css" rel="stylesheet" type="text/css">
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<link href="../themes/default/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<br /><br /><br />
--
Gitblit v1.9.1