Skip to content

Commit

Permalink
Fix subforum not expanding
Browse files Browse the repository at this point in the history
  • Loading branch information
Koreus committed Feb 4, 2025
1 parent 5e364f5 commit 1a96b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/themes/xbootstrap5/modules/newbb/newbb_index.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<{/if}>
</div><!-- .panel-heading -->

<div id="<{$category.cat_element_id}>" class="panel-collapse collapse <{if $subforum_display == 'expand'}>in<{/if}>">
<div id="<{$category.cat_element_id}>" class="panel-collapse collapse <{if $subforum_display == 'expand'}>show<{/if}>">
<div class="panel-body">
<{if $category.forums}>
<div class="row hidden-xs">
Expand Down

0 comments on commit 1a96b0e

Please sign in to comment.