Skip to content

Commit

Permalink
fix shortlist because of unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
lprobsth committed Sep 28, 2020
1 parent 03fb911 commit 6bf69ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion syntax/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ private function htmlShort($R, $todopages, $data) {
$done++;
}
}
return $pages;
}

$R->cdata("($done/$todo)");
Expand Down

0 comments on commit 6bf69ed

Please sign in to comment.