diff options
author | Andreas Gohr <andi@splitbrain.org> | 2005-08-03 20:02:26 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2005-08-03 20:02:26 +0200 |
commit | 4f32716ed3cd44b3827d2a778211d2516344f77b (patch) | |
tree | c07485db221b1bafb7595c28a7a49ae8cce8cf32 /lib/plugins/syntax.php | |
parent | 6446f4865bfc0cf3b09a58530ce37fd614b8fcdf (diff) | |
download | dokuwiki-4f32716ed3cd44b3827d2a778211d2516344f77b.tar.gz dokuwiki-4f32716ed3cd44b3827d2a778211d2516344f77b.zip |
plugin tweaks, info plugin fixes
darcs-hash:20050803180226-7ad00-7bce1982ed6589511ce38e2e4e5e4cdf8640a0ae.gz
Diffstat (limited to 'lib/plugins/syntax.php')
-rw-r--r-- | lib/plugins/syntax.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/plugins/syntax.php b/lib/plugins/syntax.php index d42169a45..f5a2ee90e 100644 --- a/lib/plugins/syntax.php +++ b/lib/plugins/syntax.php @@ -61,9 +61,6 @@ class DokuWiki_Syntax_Plugin extends Doku_Parser_Mode { * for correct XHTML nesting. Should return one of the following: * * 'normal' - The plugin can be used inside paragraphs - - - * 'block' - Open paragraphs need to be closed before plugin output * 'stack' - Special case. Plugin wraps other paragraphs. * @@ -140,4 +137,4 @@ class DokuWiki_Syntax_Plugin extends Doku_Parser_Mode { } } -//Setup VIM: ex: et ts=4 enc=utf-8 :
\ No newline at end of file +//Setup VIM: ex: et ts=4 enc=utf-8 : |