[Moin-devel] CVS: MoinMoin wikiutil.py,1.105,1.106
J?rgen Hermann
jhermann at users.sourceforge.net
Fri Jun 21 15:28:04 EDT 2002
Update of /cvsroot/moin/MoinMoin
In directory usw-pr-cvs1:/tmp/cvs-serv22243
Modified Files:
wikiutil.py
Log Message:
Omit page title from "print" view
Index: wikiutil.py
===================================================================
RCS file: /cvsroot/moin/MoinMoin/wikiutil.py,v
retrieving revision 1.105
retrieving revision 1.106
diff -C2 -r1.105 -r1.106
*** wikiutil.py 21 Jun 2002 11:34:16 -0000 1.105
--- wikiutil.py 21 Jun 2002 22:27:49 -0000 1.106
***************
*** 568,572 ****
# if in print mode, emit the title and return immediately
if keywords.get('print_mode', 0):
! print '<h1>%s</h1><hr>\n' % (cgi.escape(text),)
return
--- 568,572 ----
# if in print mode, emit the title and return immediately
if keywords.get('print_mode', 0):
! ## print '<h1>%s</h1><hr>\n' % (cgi.escape(text),)
return
More information about the Moin-devel
mailing list