[Moin-devel] CVS: MoinMoin/widget browser.py,1.2,1.3
J?rgen Hermann
jhermann at users.sourceforge.net
Tue Jun 4 13:57:06 EDT 2002
Update of /cvsroot/moin/MoinMoin/widget
In directory usw-pr-cvs1:/tmp/cvs-serv20194/widget
Modified Files:
browser.py
Log Message:
Typo
Index: browser.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/widget/browser.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** browser.py 4 Jun 2002 20:47:51 -0000 1.2
--- browser.py 4 Jun 2002 20:56:54 -0000 1.3
***************
*** 36,40 ****
for col in self.data.columns:
if col.hidden: continue
! result.append(fmt.table_cell(1, {'align': 'Center'}))
result.append(fmt.strong(1))
result.append(col.label or col.name)
--- 36,40 ----
for col in self.data.columns:
if col.hidden: continue
! result.append(fmt.table_cell(1, {'align': 'center'}))
result.append(fmt.strong(1))
result.append(col.label or col.name)
More information about the Moin-devel
mailing list