diff options
Diffstat (limited to 'inc/parser/metadata.php')
-rw-r--r-- | inc/parser/metadata.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/parser/metadata.php b/inc/parser/metadata.php index 88d531af1..8aa00b4f5 100644 --- a/inc/parser/metadata.php +++ b/inc/parser/metadata.php @@ -397,10 +397,10 @@ class Doku_Renderer_metadata extends Doku_Renderer { function tablerow_open(){} 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(){} //---------------------------------------------------------- |