Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
Giraffaman committed Mar 16, 2024
1 parent 2c2314a commit c1097f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/pr0booru/page.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public function body_html(): string
if ($block->header == "Posts") {
$block->header = " ";
}
$main_block_html .= $block->get_html(false);
$main_block_html .= $block->get_html(true);
break;
default:
print "<p>error: {$block->header} using an unknown section ({$block->section})";
Expand Down

0 comments on commit c1097f8

Please sign in to comment.