summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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