diff --git a/action/pagetools.php b/action/pagetools.php index 81e666b..391ea4a 100644 --- a/action/pagetools.php +++ b/action/pagetools.php @@ -62,7 +62,7 @@ public function bookbar(Doku_Event $event) {
' . inlineSVG(__DIR__ . '/../images/notebook-edit-outline.svg') . ' -  ' . $this->getLang('showbook') . '(0 ' . $this->getLang('pages') . ') +  ' . $this->getLang('showbook') . ' (0 ' . $this->getLang('pages') . ') '; diff --git a/conf/default.php b/conf/default.php index a6a6849..0778409 100644 --- a/conf/default.php +++ b/conf/default.php @@ -11,7 +11,7 @@ $conf['help_page'] = 'wiki:ebook_help'; $conf['save_namespace'] = 'wiki:ebook'; -$conf['skip_ids'] = 'sidebar,user,group,playground,wiki:syntax,wiki:ebook'; +$conf['skip_ids'] = 'sidebar,user:,group:,playground,wiki:syntax,wiki:ebook'; //Setup VIM: ex: et ts=2 enc=utf-8 : \ No newline at end of file diff --git a/conf/metadata.php b/conf/metadata.php index 7a93e41..ff83399 100644 --- a/conf/metadata.php +++ b/conf/metadata.php @@ -17,8 +17,8 @@ $meta['skip_ids'] = array('multicheckbox', '_choices' => array( 'sidebar' - ,'user' - ,'group' + ,'user:' + ,'group:' ,'playground' ,'wiki:syntax' ,'wiki:ebook'