From 25b97867c7d50ea2cbce4db0662c278b135db5a6 Mon Sep 17 00:00:00 2001 From: "hakan.sandell" Date: Tue, 3 Nov 2009 17:10:02 +0100 Subject: rowspan with ::: implemented in parser/handler darcs-hash:20091103161002-9a5f4-2114938a7e62a924b9fe424b63584a4747286563.gz --- inc/parser/renderer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'inc/parser/renderer.php') 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(){} -- cgit v1.2.3