diff roundup/htmltemplate.py @ 131:b4aa4ba1993a

oops
author Richard Jones <richard@users.sourceforge.net>
date Sun, 29 Jul 2001 09:31:35 +0000
parents 204f99944de0
children 5e8da9d010bd
line wrap: on
line diff
--- a/roundup/htmltemplate.py	Sun Jul 29 09:28:23 2001 +0000
+++ b/roundup/htmltemplate.py	Sun Jul 29 09:31:35 2001 +0000
@@ -1,4 +1,4 @@
-# $Id: htmltemplate.py,v 1.10 2001-07-29 09:28:23 richard Exp $
+# $Id: htmltemplate.py,v 1.11 2001-07-29 09:31:35 richard Exp $
 
 import os, re, StringIO, urllib, cgi, errno
 
@@ -395,6 +395,8 @@
         dir = name[0]
         if dir == '-':
             name = name[1:]
+        else:
+            dir = ''
         if sort_name == name:
             if dir == '-':
                 s_dir = ''
@@ -707,6 +709,9 @@
 
 #
 # $Log: not supported by cvs2svn $
+# Revision 1.10  2001/07/29 09:28:23  richard
+# Fixed sorting by clicking on column headings.
+#
 # Revision 1.9  2001/07/29 08:27:40  richard
 # Fixed handling of passed-in values in form elements (ie. during a
 # drill-down)

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