Attachment 'wiki.py.patch'
Download 1 --- wiki.py.orig 2005-12-28 20:20:39.332343072 +0100
2 +++ wiki.py 2005-12-28 21:08:00.510418352 +0100
3 @@ -662,6 +662,10 @@
4 attrs['valign'] = '"top"'
5 elif key == 'v':
6 attrs['valign'] = '"bottom"'
7 + elif key == '=':
8 + arg = parser.get_token()
9 + this_key = (attrdef.split('='))[0]
10 + attrs[this_key] = arg
11 elif key == '#':
12 arg = parser.get_token()
13 try:
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.