summaryrefslogtreecommitdiff
path: root/inc/parser/metadata.php
diff options
context:
space:
mode:
authorhakan.sandell <hakan.sandell@mydata.se>2009-11-03 17:10:02 +0100
committerhakan.sandell <hakan.sandell@mydata.se>2009-11-03 17:10:02 +0100
commit25b97867c7d50ea2cbce4db0662c278b135db5a6 (patch)
tree118c91d7ec12538d544528b4dbd7ddd2c71cbad2 /inc/parser/metadata.php
parent1f8eb24f4e8a49f1d2205b797b0ab46b82105b5f (diff)
downloadrpg-25b97867c7d50ea2cbce4db0662c278b135db5a6.tar.gz
rpg-25b97867c7d50ea2cbce4db0662c278b135db5a6.tar.bz2
rowspan with ::: implemented in parser/handler
darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.gz
Diffstat (limited to 'inc/parser/metadata.php')
-rw-r--r--inc/parser/metadata.php4
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(){}
//----------------------------------------------------------