Attachment 'docbook_pretty_print.patch'

Download

   1 diff -r 7acacea506d8 MoinMoin/formatter/text_docbook.py
   2 --- a/MoinMoin/formatter/text_docbook.py	Sun Nov 29 20:13:23 2009 +0100
   3 +++ b/MoinMoin/formatter/text_docbook.py	Tue Mar 02 11:34:55 2010 +0100
   4 @@ -105,7 +105,7 @@
   5          import StringIO
   6  
   7          f = StringIO.StringIO()
   8 -        Print(self.doc, f)
   9 +        PrettyPrint(self.doc, stream=f)
  10          txt = f.getvalue()
  11          f.close()
  12  

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2010-03-02 10:42:17, 0.4 KB) [[attachment:docbook_pretty_print.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.