diff options
author | Mario <mario@mariovavti.com> | 2018-10-04 14:57:03 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-10-04 14:57:03 +0200 |
commit | e89a84608ffac7289ec398a6a6173bc679098511 (patch) | |
tree | bd91ede2fa54efabf5b8f26d2e2eee8b7373884b /view | |
parent | c1002557cfef508a57fd0dbb476c5fa790d32f56 (diff) | |
parent | 1dbd83a582391872105da126547bdf678e5ea73d (diff) | |
download | volse-hubzilla-e89a84608ffac7289ec398a6a6173bc679098511.tar.gz volse-hubzilla-e89a84608ffac7289ec398a6a6173bc679098511.tar.bz2 volse-hubzilla-e89a84608ffac7289ec398a6a6173bc679098511.zip |
Merge branch 'patch-1' into 'dev'
Incorrect block wrapping fixed
See merge request hubzilla/core!1306
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/settings.tpl | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/view/tpl/settings.tpl b/view/tpl/settings.tpl index 6976231ab..7980bc696 100755 --- a/view/tpl/settings.tpl +++ b/view/tpl/settings.tpl @@ -190,11 +190,10 @@ {{if $misc_addon}} {{$misc_addon}} {{/if}} - - <div class="settings-submit-wrapper" > - <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> - </div> - </div> + </div> + <div class="settings-submit-wrapper" > + <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> + </div> </div> </div> </div> |