From 699afdeb180107b690acbc9d1f572cc33bcd7923 Mon Sep 17 00:00:00 2001 From: chris <chris@teacherscpd.co.uk> Date: Mon, 15 Aug 2005 00:10:06 +0200 Subject: [PATCH] minor fixes to base Renderer class darcs-hash:20050814221006-50fdc-fab19511d4bf55007c89c6fdca4179284da80efc.gz --- inc/parser/renderer.php | 5 +++-- 1 file 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 -- GitLab