aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rwxr-xr-xsitesummary-makewebreport4
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0a09525..869c930 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+sitesummary (0.0.37) UNRELEASED; urgency=low
+
+ [ Morten Werner Forsbring ]
+ * Add DOCTYPE declaration in the html output.
+
+ -- Morten Werner Forsbring <werner@debian.org> Thu, 03 Jan 2008 22:23:23 +0100
+
sitesummary (0.0.36) unstable; urgency=low
[ Holger Levsen ]
diff --git a/sitesummary-makewebreport b/sitesummary-makewebreport
index 6d1e9a2..cfac540 100755
--- a/sitesummary-makewebreport
+++ b/sitesummary-makewebreport
@@ -6,7 +6,9 @@
(
cat <<EOF
-<html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>sitesummary report</title>
</head>