Mercurial > moin > 1.9
changeset 3044:bf99a66453d3
make '#format creole' work (ported from 1.6)
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Tue, 19 Feb 2008 22:29:39 +0100 |
parents | fafaa6590b80 |
children | d44007999460 1d3e65884337 |
files | MoinMoin/wikiutil.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/wikiutil.py Tue Feb 19 22:19:09 2008 +0100 +++ b/MoinMoin/wikiutil.py Tue Feb 19 22:29:39 2008 +0100 @@ -992,7 +992,7 @@ format = format.lower() if format in ('plain', 'csv', 'rst', 'docbook', 'latex', 'tex', 'html', 'css', 'xml', 'python', 'perl', 'php', 'ruby', 'javascript', - 'cplusplus', 'java', 'pascal', 'diff', 'gettext', 'xslt', ): + 'cplusplus', 'java', 'pascal', 'diff', 'gettext', 'xslt', 'creole', ): mimetype = 'text', format else: mapping = {