diff --git a/themes/danbooru/layout.class.php b/themes/danbooru/layout.class.php index 8d858d32..b3320201 100644 --- a/themes/danbooru/layout.class.php +++ b/themes/danbooru/layout.class.php @@ -157,15 +157,16 @@ EOD; function block_to_html($block, $hidable=false) { $h = $block->header; + $s = $block->section; $b = $block->body; $html = ""; if($hidable) { - $i = str_replace(' ', '_', $h); + $i = str_replace(' ', '_', $h.$s); if(!is_null($h)) $html .= "\n