mirror of
https://github.com/splitbrain/dokuwiki-plugin-dw2pdf.git
synced 2025-07-25 16:59:39 +00:00
fix comment
This commit is contained in:
@ -72,9 +72,10 @@ class renderer_plugin_dw2pdf extends Doku_Renderer_xhtml
|
|||||||
*/
|
*/
|
||||||
public function header($text, $level, $pos, $returnonly = false)
|
public function header($text, $level, $pos, $returnonly = false)
|
||||||
{
|
{
|
||||||
|
//skip empty headlines
|
||||||
if (!$text) {
|
if (!$text) {
|
||||||
return;
|
return;
|
||||||
} //skip empty headlines
|
}
|
||||||
global $ID;
|
global $ID;
|
||||||
|
|
||||||
$hid = $this->_headerToLink($text, true);
|
$hid = $this->_headerToLink($text, true);
|
||||||
|
Reference in New Issue
Block a user