Attachment 'footnotediff.txt'

Download

   1 50c50,56
   2 <             result.append(formatter.text(request.footnotes[idx][0]))
   3 ---
   4 >             
   5 >             from MoinMoin.parser import wiki
   6 >             from MoinMoin.formatter import text_html
   7 >             parser = wiki.Parser(request.footnotes[idx][0], request)
   8 >             parser.formatInMemory(formatter)
   9 > 
  10 >             result.append(parser.formatInMemory(formatter))
  11 
  12 
  13 <---------------------  End of report  --------------------->

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] (2004-06-16 03:18:22, 2.1 KB) [[attachment:ViewTrackbacks.py]]
  • [get | view] (2004-06-19 23:54:48, 1.4 KB) [[attachment:blogpost.py]]
  • [get | view] (2004-06-28 00:47:23, 0.5 KB) [[attachment:footnotediff.txt]]
  • [get | view] (2004-06-19 23:45:08, 1.3 KB) [[attachment:form.py.diff]]
  • [get | view] (2004-06-28 00:47:09, 7.9 KB) [[attachment:formatInMemory.py]]
  • [get | view] (2004-06-16 03:18:15, 4.9 KB) [[attachment:trackback.py]]
 All files | Selected Files: delete move to page copy to page

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