diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-28 14:58:48 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-28 14:58:48 -0700 |
commit | d12b360e926c5df8da1639a5935fcd3e9236e4e3 (patch) | |
tree | a5eed2bf4fa37183435a39ecbd73a0d75aff0c22 /view/tpl/settings_features.tpl | |
parent | 3e6088c6142d1dabbfdbb8b5df276ae942bd3554 (diff) | |
parent | 5564b47dbc640b30a8090a6138f0c2f841accbe9 (diff) | |
download | volse-hubzilla-d12b360e926c5df8da1639a5935fcd3e9236e4e3.tar.gz volse-hubzilla-d12b360e926c5df8da1639a5935fcd3e9236e4e3.tar.bz2 volse-hubzilla-d12b360e926c5df8da1639a5935fcd3e9236e4e3.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
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}} |