Attachment 'text_html.py.diff'

Download

   1 --- MoinMoin/formatter/text_html.py.orig	2005-12-04 07:37:54.000000000 -0500
   2 +++ MoinMoin/formatter/text_html.py	2006-01-15 03:31:17.000000000 -0500
   3 @@ -254,7 +254,9 @@
   4                  html_class = 'badinterwiki'
   5              else:
   6                  html_class = 'interwiki'
   7 -            title = kw.get('title', wikitag)
   8 +            title = wikitag
   9 +            if kw.has_key('title'):
  10 +                title = title + ': ' + kw['title']
  11              return self.url(1, href, title=title, unescaped=0, css=html_class)
  12              # unescaped=1 was changed to 0 to make interwiki links with pages with umlauts (or other non-ascii) work
  13  

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] (2006-01-15 08:59:02, 0.6 KB) [[attachment:text_html.py.diff]]
  • [get | view] (2006-01-15 08:58:44, 3.0 KB) [[attachment:theme-init.py.diff]]
 All files | Selected Files: delete move to page copy to page

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