gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/metacode pegboard.py


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/metacode pegboard.py
Date: Thu, 14 Nov 2002 10:46:18 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/11/14 10:46:18

Modified files:
        metacode       : pegboard.py 

Log message:
        Try to fix bug found by humppake

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/metacode/pegboard.py.diff?tr1=1.18&tr2=1.19&r1=text&r2=text

Patches:
Index: gzz/metacode/pegboard.py
diff -u gzz/metacode/pegboard.py:1.18 gzz/metacode/pegboard.py:1.19
--- gzz/metacode/pegboard.py:1.18       Thu Nov 14 10:40:08 2002
+++ gzz/metacode/pegboard.py    Thu Nov 14 10:46:18 2002
@@ -189,7 +189,7 @@
                         peg['topic'] = peg['topic'].replace('``', '</tt>', 1)
                 else:
                     peg['topic'] = peg['topic'].replace('`', '')
-                peg['last-modified'] = getTagValue(document, 'last-modified')
+                peg['last-modified'] = getFieldTagValue(document, 
'last-modified')
                 #we may have got 'rawsource', which needs some tidying
                 if peg['last-modified'].startswith('$Date'):
                     peg['last-modified'] = 
peg['last-modified'][7:len(peg['last-modified'])-11].replace('/', '-')




reply via email to

[Prev in Thread] Current Thread [Next in Thread]