diff options
author | zotlabs <mike@macgirvin.com> | 2018-03-01 16:16:58 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-03-01 16:16:58 -0800 |
commit | 49bd859136f4aab63878ce5fedfbc541a644e843 (patch) | |
tree | 56b46062dcb3cf42a0ae8ea8b82ca9cb7e99df6c /view/tpl/settings_addons.tpl | |
parent | 93a11ade045bb6767952f5bfdb278b3e9d463d2c (diff) | |
parent | d32f583fda07080f0c331618893d5df91050af1d (diff) | |
download | volse-hubzilla-49bd859136f4aab63878ce5fedfbc541a644e843.tar.gz volse-hubzilla-49bd859136f4aab63878ce5fedfbc541a644e843.tar.bz2 volse-hubzilla-49bd859136f4aab63878ce5fedfbc541a644e843.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'view/tpl/settings_addons.tpl')
-rwxr-xr-x | view/tpl/settings_addons.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/settings_addons.tpl b/view/tpl/settings_addons.tpl index 2a925f1f7..27cfa238a 100755 --- a/view/tpl/settings_addons.tpl +++ b/view/tpl/settings_addons.tpl @@ -1,8 +1,8 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> - <div class="descriptive-text pull-right">{{$descrip}}</div> <h2>{{$title}}</h2> </div> + <div class="section-content-info-wrapper">{{$descrip}}</div> <form action="settings/featured" method="post" autocomplete="off"> <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <div class="panel-group" id="settings" role="tablist"> |