Attachment 'element_missing.patch'
Download 1 diff -r 7799099c01cf MoinMoin/converter/text_html_text_moin_wiki.py
2 --- a/MoinMoin/converter/text_html_text_moin_wiki.py Sat Sep 20 10:38:38 2008 +0200
3 +++ b/MoinMoin/converter/text_html_text_moin_wiki.py Sat Sep 20 13:41:40 2008 +0200
4 @@ -802,7 +802,7 @@
5 command = ",,"
6 elif name == 'sup':
7 command = "^"
8 - elif name in ('font', 'meta', ):
9 + elif name in ('font', 'meta', 'script', 'noscript', 'form', 'input'):
10 command = "" # just throw away unsupported elements
11 else:
12 raise ConvertError("process_inline: Don't support %s element" % name)
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.