diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-28 23:44:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-28 23:44:50 +0200 |
commit | 5564b47dbc640b30a8090a6138f0c2f841accbe9 (patch) | |
tree | 6033b4bc931163ecc62c46953a77e8de187a6ce0 /view/tpl/settings_features.tpl | |
parent | 28ad60f892f1cdebe704e4bc1aa964d3366f4dcf (diff) | |
download | volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.tar.gz volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.tar.bz2 volse-hubzilla-5564b47dbc640b30a8090a6138f0c2f841accbe9.zip |
minor bs4 fixes
Diffstat (limited to 'view/tpl/settings_features.tpl')
-rwxr-xr-x | view/tpl/settings_features.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings_features.tpl b/view/tpl/settings_features.tpl index 75eb34fb9..dfe049a7a 100755 --- a/view/tpl/settings_features.tpl +++ b/view/tpl/settings_features.tpl @@ -14,7 +14,7 @@ </a> </h3> </div> - <div id="{{$g}}-settings-content" class="panel-collapse collapse{{if $g == 'general'}} in{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> + <div id="{{$g}}-settings-content" class="collapse{{if $g == 'general'}} show{{/if}}" role="tabpanel" aria-labelledby="{{$g}}-settings-title"> <div class="section-content-tools-wrapper"> {{foreach $f.1 as $fcat}} {{include file="field_checkbox.tpl" field=$fcat}} |