From 44f5d1c13d530072b73eb5f5076cec7ac47eff45 Mon Sep 17 00:00:00 2001 From: Andreas Gohr <gohr@cosmocode.de> Date: Tue, 24 Jan 2017 12:02:07 +0100 Subject: [PATCH] misspelled foot --- inc/parser/xhtml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 11c76d579..dbe38c76a 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -1382,14 +1382,14 @@ class Doku_Renderer_xhtml extends Doku_Renderer { * Open a table footer */ function tabletfoot_open() { - $this->doc .= DOKU_TAB.'<tfood>'.DOKU_LF; + $this->doc .= DOKU_TAB.'<tfoot>'.DOKU_LF; } /** * Close a table footer */ function tabletfoot_close() { - $this->doc .= DOKU_TAB.'</tfood>'.DOKU_LF; + $this->doc .= DOKU_TAB.'</tfoot>'.DOKU_LF; } /** -- GitLab