mirror of
https://github.com/cosmocode/edittable.git
synced 2026-01-05 06:21:54 +00:00
Adapt signature of listitem_open to current DokuWiki git version
This fixes a PHP Strict standards error.
This commit is contained in:
@ -236,7 +236,7 @@ class renderer_plugin_edittable_inverse extends Doku_Renderer {
|
||||
}
|
||||
}
|
||||
|
||||
function listitem_open($level) {
|
||||
function listitem_open($level, $node = false) {
|
||||
$this->block();
|
||||
$this->doc .= str_repeat(' ', $level * 2).end($this->_liststack).' ';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user