/[gzz]/gzz/metacode/pegboard.py
ViewVC logotype

Diff of /gzz/metacode/pegboard.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18 by benja, Thu Nov 14 15:40:08 2002 UTC revision 1.19 by benja, Thu Nov 14 15:46:18 2002 UTC
# Line 189  for pegdir in pegdirs: Line 189  for pegdir in pegdirs:
189                          peg['topic'] = peg['topic'].replace('``', '</tt>', 1)                          peg['topic'] = peg['topic'].replace('``', '</tt>', 1)
190                  else:                  else:
191                      peg['topic'] = peg['topic'].replace('`', '')                      peg['topic'] = peg['topic'].replace('`', '')
192                  peg['last-modified'] = getTagValue(document, 'last-modified')                  peg['last-modified'] = getFieldTagValue(document, 'last-modified')
193                  #we may have got 'rawsource', which needs some tidying                  #we may have got 'rawsource', which needs some tidying
194                  if peg['last-modified'].startswith('$Date'):                  if peg['last-modified'].startswith('$Date'):
195                      peg['last-modified'] = peg['last-modified'][7:len(peg['last-modified'])-11].replace('/', '-')                      peg['last-modified'] = peg['last-modified'][7:len(peg['last-modified'])-11].replace('/', '-')

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26