From cb42b03dc50351a08c7bbf9662db8e9d951884f7 Mon Sep 17 00:00:00 2001 From: Anika Henke Date: Sun, 3 Sep 2006 21:37:59 +0200 Subject: removed superfluous
after inline tables darcs-hash:20060903193759-d5083-276d7cb9622d9a009de2aedca8bfba880c3ffbdd.gz --- inc/parser/xhtml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 6bdb6e877..5190e7916 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -847,7 +847,7 @@ class Doku_Renderer_xhtml extends Doku_Renderer { } function table_close(){ - $this->doc .= ''.DOKU_LF.'
'.DOKU_LF; + $this->doc .= ''.DOKU_LF; } function tablerow_open(){ -- cgit v1.2.3