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.You are not allowed to attach a file to this page.