Attachment 'CssClassForPageHistoryComment.patch'
Download
Toggle line numbers
1 --- MoinMoin\widget\browser_orig.py Fri Jun 5 05:41:18 2009
2 +++ MoinMoin\widget\browser.py Sun May 31 20:41:02 2009
3 @@ -186,3 +186,3 @@
4 else:
5 - result.append(fmt.table_cell(1))
6 + result.append(fmt.table_cell(1, {'class': 'column%d' % idx}))
7 result.append(unicode(row[idx]))
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.