Skip to content

Commit

Permalink
Merge pull request #114 from TitovLab/lists_fix
Browse files Browse the repository at this point in the history
Fix if page have no heading and begins with ordered or bullet list
  • Loading branch information
annda committed Jul 27, 2020
2 parents 8fc6a2f + d451923 commit 46252d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function handle_preprocess(Doku_Event $event, $param)
return;
}
if ($syntax !== null) {
$TEXT = trim($syntax);
$TEXT = $syntax;
}
}

Expand Down

0 comments on commit 46252d3

Please sign in to comment.