summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6d1d3e8)
raw | patch | inline | side by side (parent: 6d1d3e8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 15 Nov 2001 10:26:01 +0000 (10:26 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 15 Nov 2001 10:26:01 +0000 (10:26 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@403 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
roundup/htmltemplate.py | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 928c7e990285249e0af73d5aeeb5df3f8277392b..ca8f0fc8029318e49860bd7e797ffea67536a996 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
. errors in nosy reaction will be propogated now (were effectively being
squashed)
. re-open the database as the author in mail handling
+ . missing "return" in filter_section (thanks Roch'e Compaan)
2001-10-23 - 0.3.0 pre 3
index c3ab8a18b3f614306df28ac4c97795d813a5ade4..7ab976bdaad8de1207c325da862bc14351e09732 100644 (file)
--- a/roundup/htmltemplate.py
+++ b/roundup/htmltemplate.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: htmltemplate.py,v 1.40 2001-11-03 01:56:51 richard Exp $
+# $Id: htmltemplate.py,v 1.41 2001-11-15 10:26:01 richard Exp $
import os, re, StringIO, urllib, cgi, errno
if not show_customization:
w('</table>\n')
+ return
w('<tr class="location-bar"><th> </th>')
for name in names:
#
# $Log: not supported by cvs2svn $
+# Revision 1.40 2001/11/03 01:56:51 richard
+# More HTML compliance fixes. This will probably fix the Netscape problem
+# too.
+#
# Revision 1.39 2001/11/03 01:43:47 richard
# Ahah! Fixed the lynx problem - there was a hidden input field misplaced.
#