Skip to content
Snippets Groups Projects
Commit 44f5d1c1 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

misspelled foot

parent d2a99739
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment