Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Klap-in authored Oct 25, 2023
1 parent b8f0fcc commit 5aaf6fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ public function canRender($format)
*/
public function header($text, $level, $pos, $returnonly = false)
{
//skip empty headlines
if (!$text) {
return;
} //skip empty headlines
}
global $ID;

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

0 comments on commit 5aaf6fd

Please sign in to comment.