diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php index 43f071b32a3461e575b6caa9d1faef5e2819efa0..7ac1c9d7b634c3b9d9913b98a8896b2b5a1f05cd 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