diff options
author | Anika Henke <anika@zopa.com> | 2015-02-19 20:10:45 +0000 |
---|---|---|
committer | Anika Henke <anika@zopa.com> | 2015-02-19 20:10:45 +0000 |
commit | 5a93f8690b91ddfa9a37a081f72d245833b4aefa (patch) | |
tree | f4c961728257b417800e29c319780454cb75b518 /inc/parser/renderer.php | |
parent | f8803275a58a05b29e4029cc539a6f8c60ad2ea5 (diff) | |
download | rpg-5a93f8690b91ddfa9a37a081f72d245833b4aefa.tar.gz rpg-5a93f8690b91ddfa9a37a081f72d245833b4aefa.tar.bz2 |
add missing tabletbody_open|close() to renderer
Diffstat (limited to 'inc/parser/renderer.php')
-rw-r--r-- | inc/parser/renderer.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/inc/parser/renderer.php b/inc/parser/renderer.php index e1d28267a..35bdd0e3f 100644 --- a/inc/parser/renderer.php +++ b/inc/parser/renderer.php @@ -708,6 +708,18 @@ class Doku_Renderer extends DokuWiki_Plugin { } /** + * Open a table body + */ + function tabletbody_open() { + } + + /** + * Close a table body + */ + function tabletbody_close() { + } + + /** * Open a table row */ function tablerow_open() { |