From 53e22cb4badc961ccf3b5211d6212bc6a81419fb Mon Sep 17 00:00:00 2001 From: richard Date: Sat, 28 Jul 2001 08:17:09 +0000 Subject: [PATCH] fixed use of stylesheet git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@122 57a73879-2fb5-44c3-a270-3262357dd7e2 --- roundup/htmltemplate.py | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/roundup/htmltemplate.py b/roundup/htmltemplate.py index 4f819a3..c7075b3 100644 --- a/roundup/htmltemplate.py +++ b/roundup/htmltemplate.py @@ -1,4 +1,4 @@ -# $Id: htmltemplate.py,v 1.4 2001-07-28 07:59:53 richard Exp $ +# $Id: htmltemplate.py,v 1.5 2001-07-28 08:17:09 richard Exp $ import os, re, StringIO, urllib, cgi, errno @@ -610,8 +610,8 @@ def index(client, templates, db, classname, filterspec={}, filter=[], if value is None: value = '[empty %s]'%name l.append(value) - w('' - '%s'%( + w('' + '%s'%( len(columns), ', '.join(l))) old_group = this_group @@ -795,6 +795,10 @@ def newitem(client, templates, db, classname, form, replace=re.compile( # # $Log: not supported by cvs2svn $ +# Revision 1.4 2001/07/28 07:59:53 richard +# Replaced errno integers with their module values. +# De-tabbed templatebuilder.py +# # Revision 1.3 2001/07/25 03:39:47 richard # Hrm - displaying links to classes that don't specify a key property. I've # got it defaulting to 'name', then 'title' and then a "random" property (first -- 2.30.2