Skip to content

Commit 5aaf6fd

Browse files
authored
fix comment
1 parent b8f0fcc commit 5aaf6fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renderer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ public function canRender($format)
7272
*/
7373
public function header($text, $level, $pos, $returnonly = false)
7474
{
75+
//skip empty headlines
7576
if (!$text) {
7677
return;
77-
} //skip empty headlines
78+
}
7879
global $ID;
7980

8081
$hid = $this->_headerToLink($text, true);

0 commit comments

Comments
 (0)