Attachment 'wiki.py.patch'

Download

   1 --- parser/wiki.py.orig 2006-01-28 08:41:27.000000000 +0300
   2 +++ parser/wiki.py      2006-01-28 09:28:34.000000000 +0300
   3 @@ -672,12 +672,8 @@
   4                          'arg': arg, 'key': key}
   5                  else:
   6                      attrs['bgcolor'] = '"#%s"' % arg
   7 -            elif key == '=':
   8 -                arg = parser.get_token()
   9 -                this_key = attrdef.split('=')[0]
  10 -                attrs[this_key] = arg
  11              else:
  12 -                msg = ""
  13 +                msg = None
  14              #print "key: %s\nattrs: %s" % (key, str(attrs))
  15              return self.formatter.rawHTML(msg)

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-25 10:52:44, 3.7 KB) [[attachment:class.png]]
  • [get | view] (2006-01-25 10:52:55, 4.9 KB) [[attachment:style.png]]
  • [get | view] (2006-01-25 10:53:04, 3.9 KB) [[attachment:styleandclass.png]]
  • [get | view] (2006-01-28 06:29:31, 0.6 KB) [[attachment:wiki.py.patch]]
 All files | Selected Files: delete move to page copy to page

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