diff roundup/htmltemplate.py @ 392:a9edec536e0a

missing "return" in filter_section (thanks Roch'e Compaan)
author Richard Jones <richard@users.sourceforge.net>
date Thu, 15 Nov 2001 10:26:01 +0000
parents 6932067a8f31
children d47818b09265
line wrap: on
line diff
--- a/roundup/htmltemplate.py	Thu Nov 15 10:24:27 2001 +0000
+++ b/roundup/htmltemplate.py	Thu Nov 15 10:26:01 2001 +0000
@@ -15,7 +15,7 @@
 # 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
 
@@ -660,6 +660,7 @@
 
         if not show_customization:
             w('</table>\n')
+            return
 
         w('<tr class="location-bar"><th>&nbsp;</th>')
         for name in names:
@@ -849,6 +850,10 @@
 
 #
 # $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.
 #

Roundup Issue Tracker: http://roundup-tracker.org/