summaryrefslogtreecommitdiff
path: root/inc/parser/renderer.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/renderer.php')
-rw-r--r--inc/parser/renderer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php
index 94aa5c67b..a0687f53d 100644
--- a/inc/parser/renderer.php
+++ b/inc/parser/renderer.php
@@ -239,11 +239,11 @@ class Doku_Renderer extends DokuWiki_Plugin {
function tablerow_close(){}
- function tableheader_open($colspan = 1, $align = NULL){}
+ function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1){}
function tableheader_close(){}
- function tablecell_open($colspan = 1, $align = NULL){}
+ function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1){}
function tablecell_close(){}