summaryrefslogtreecommitdiff
path: root/inc/parser/renderer.php
diff options
context:
space:
mode:
authorchris <chris@teacherscpd.co.uk>2005-08-15 00:10:06 +0200
committerchris <chris@teacherscpd.co.uk>2005-08-15 00:10:06 +0200
commit699afdeb180107b690acbc9d1f572cc33bcd7923 (patch)
tree3d73d230a273bfd111df815d9015c7a4f3c00c19 /inc/parser/renderer.php
parent485410bf941f3254f54eef1e14f5cd9ed140c52b (diff)
downloadrpg-699afdeb180107b690acbc9d1f572cc33bcd7923.tar.gz
rpg-699afdeb180107b690acbc9d1f572cc33bcd7923.tar.bz2
minor fixes to base Renderer class
darcs-hash:20050814221006-50fdc-fab19511d4bf55007c89c6fdca4179284da80efc.gz
Diffstat (limited to 'inc/parser/renderer.php')
-rw-r--r--inc/parser/renderer.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php
index 43f071b32..7ac1c9d7b 100644
--- a/inc/parser/renderer.php
+++ b/inc/parser/renderer.php
@@ -108,7 +108,7 @@ class Doku_Renderer {
function listitem_close() {}
- function listcontent_open($level) {}
+ function listcontent_open() {}
function listcontent_close() {}
@@ -167,7 +167,8 @@ class Doku_Renderer {
// Link to a Windows share, , $title could be an array (media)
function windowssharelink($link, $title = NULL) {}
- function email($address, $title = NULL) {}
+// function email($address, $title = NULL) {}
+ function emaillink($address, $name = NULL) {}
function internalmedialink (
$src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL