diff options
author | chris <chris@teacherscpd.co.uk> | 2005-08-13 20:24:07 +0200 |
---|---|---|
committer | chris <chris@teacherscpd.co.uk> | 2005-08-13 20:24:07 +0200 |
commit | 706882dcf32358de6c9300ced7b5fcfa9ba28771 (patch) | |
tree | 8764310607a83c8fe1b256448412709e6fd7a6ac /lib/plugins/info/syntax.php | |
parent | 61faf4466526c4037ec61bf094880c8fe660eb3c (diff) | |
download | rpg-706882dcf32358de6c9300ced7b5fcfa9ba28771.tar.gz rpg-706882dcf32358de6c9300ced7b5fcfa9ba28771.tar.bz2 |
syntax_plugin base class update, change render param name from $mode to $format
darcs-hash:20050813182407-50fdc-c0facca23432b25c0773dd2a8a6c0772c48ee8b7.gz
Diffstat (limited to 'lib/plugins/info/syntax.php')
-rw-r--r-- | lib/plugins/info/syntax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/info/syntax.php b/lib/plugins/info/syntax.php index b0cfcba77..0a1b12d81 100644 --- a/lib/plugins/info/syntax.php +++ b/lib/plugins/info/syntax.php @@ -72,7 +72,7 @@ class syntax_plugin_info extends DokuWiki_Syntax_Plugin { /** * Create output */ - function render($mode, &$renderer, $data) { + function render($format, &$renderer, $data) { if($mode == 'xhtml'){ //handle various info stuff switch ($data[0]){ |