summaryrefslogtreecommitdiff
path: root/inc/parser/xhtml.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parser/xhtml.php')
-rw-r--r--inc/parser/xhtml.php2
1 files changed, 1 insertions, 1 deletions
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 .= '</table>'.DOKU_LF.'<br />'.DOKU_LF;
+ $this->doc .= '</table>'.DOKU_LF;
}
function tablerow_open(){