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