summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAnika Henke <a.c.henke@arcor.de>2006-09-03 21:37:59 +0200
committerAnika Henke <a.c.henke@arcor.de>2006-09-03 21:37:59 +0200
commitcb42b03dc50351a08c7bbf9662db8e9d951884f7 (patch)
tree11d16d9f551ce09a9b902af5e0e7f7c428323655 /inc
parent4fe314eaa8456fe5d1c9676dc53347b0555cdd66 (diff)
downloadrpg-cb42b03dc50351a08c7bbf9662db8e9d951884f7.tar.gz
rpg-cb42b03dc50351a08c7bbf9662db8e9d951884f7.tar.bz2
removed superfluous <br /> after inline tables
darcs-hash:20060903193759-d5083-276d7cb9622d9a009de2aedca8bfba880c3ffbdd.gz
Diffstat (limited to 'inc')
-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(){