Attachment 'loose.diff'
Download 1 # HG changeset patch
2 # User Thilo Pfennig <email@pfennigsolutions.de>
3 # Date 1165600872 -3600
4 # Node ID 7d87fe8685b7a3e5751869b278f72a2eb9d20fc4
5 # Parent 32494100d63bbc0180290a2fa204a52d74de725f
6 Make MoinMoin HTML 4.01 Transitional compliant by changing the DTD
7
8 diff -r 32494100d63b -r 7d87fe8685b7 MoinMoin/theme/__init__.py
9 --- a/MoinMoin/theme/__init__.py Fri Dec 08 00:05:41 2006 +0100
10 +++ b/MoinMoin/theme/__init__.py Fri Dec 08 19:01:12 2006 +0100
11 @@ -1471,7 +1471,7 @@ var gui_editor_link_text = "%(text)s";
12 output = []
13 # later: <html xmlns=\"http://www.w3.org/1999/xhtml\">
14 output.append("""\
15 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
16 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
17 <html>
18 <head>
19 %s
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.