diff options
author | Ben Coburn <btcoburn@silicodon.net> | 2006-04-09 06:55:46 +0200 |
---|---|---|
committer | Ben Coburn <btcoburn@silicodon.net> | 2006-04-09 06:55:46 +0200 |
commit | c19c91735c84cbf928b8a7717a4701fdc22b27ce (patch) | |
tree | 39aa8817d39a647c60b2d1b42a169993b6347819 /inc/parser | |
parent | cd7fd4a2c78ff5083a121a441142649ab5f6acad (diff) | |
download | rpg-c19c91735c84cbf928b8a7717a4701fdc22b27ce.tar.gz rpg-c19c91735c84cbf928b8a7717a4701fdc22b27ce.tar.bz2 |
cleanup export mode errors
- Using the export modes 'handler', 'lexer', 'parser', or 'renderer'
now produces a nicer non-fatal error.
- The export mode 'wiki' is now ignored to avoid fatal errors.
darcs-hash:20060409045546-05dcb-89f4c56c23d9798f4cb2dd000804cb8c03524b6d.gz
Diffstat (limited to 'inc/parser')
-rw-r--r-- | inc/parser/wiki.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/parser/wiki.php b/inc/parser/wiki.php index b393d6ec0..2f35b0a1f 100644 --- a/inc/parser/wiki.php +++ b/inc/parser/wiki.php @@ -1,4 +1,7 @@ <?php +//FIXME!! remove the line ignoring the 'wiki' export mode from +// inc/parserutils.php#p_renderer() when this file works. + /** * Basis for converting to Dokuwiki syntax * This is not yet complete but useable for converting |