Attachment 'config.diff'
Download 1 --- ./MoinMoin/config/__init__.py.orig 2014-10-17 22:45:32.000000000 +0300
2 +++ ./MoinMoin/config/__init__.py 2015-12-06 11:57:48.923411442 +0200
3 @@ -58,6 +58,9 @@ page_invalid_chars_regex = re.compile(
4 ur"""
5 \u0000 | # NULL
6
7 + \# | # http://tools.ietf.org/html/rfc3986#section-3.3
8 + \? |
9 +
10 # Bidi control characters
11 \u202A | # LRE
12 \u202B | # RLE
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.