diff --git a/Tools/faqwiz/faqmain.py b/Tools/faqwiz/faqmain.py index a202e30e095..9fddb9d5671 100644 --- a/Tools/faqwiz/faqmain.py +++ b/Tools/faqwiz/faqmain.py @@ -465,6 +465,8 @@ def checkin(self): """ % sts if output: print "
%s
" % cgi.escape(output) + print '
' + print 'Reload this entry.' % name def showedit(self, name, title, text): print """ @@ -556,14 +558,14 @@ def show(self, name, title, text, edit=1): except KeyError: pass else: - s = '(last changed on %s by %s)' + s = '/ Last changed on %s by %s' print s % (date, email, author) print '

' print "


" def getversion(self, name): p = os.popen("/depot/gnu/plat/bin/rlog -h %s &1" % name) - head = "" + head = "*new*" while 1: line = p.readline() if not line: @@ -594,7 +596,7 @@ def epilogue(self):
Python home / FAQ home / - GvR + Feedback to GvR '''