# HG changeset patch
# User Thilo Pfennig <email@pfennigsolutions.de>
# Date 1165600872 -3600
# Node ID 7d87fe8685b7a3e5751869b278f72a2eb9d20fc4
# Parent  32494100d63bbc0180290a2fa204a52d74de725f
Make MoinMoin HTML 4.01 Transitional compliant by changing the DTD

diff -r 32494100d63b -r 7d87fe8685b7 MoinMoin/theme/__init__.py
--- a/MoinMoin/theme/__init__.py	Fri Dec 08 00:05:41 2006 +0100
+++ b/MoinMoin/theme/__init__.py	Fri Dec 08 19:01:12 2006 +0100
@@ -1471,7 +1471,7 @@ var gui_editor_link_text = "%(text)s";
         output = []
         # later: <html xmlns=\"http://www.w3.org/1999/xhtml\">
         output.append("""\
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
 %s
