aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-10-04 14:57:03 +0200
committerMario <mario@mariovavti.com>2018-10-04 14:57:03 +0200
commite89a84608ffac7289ec398a6a6173bc679098511 (patch)
treebd91ede2fa54efabf5b8f26d2e2eee8b7373884b /view
parentc1002557cfef508a57fd0dbb476c5fa790d32f56 (diff)
parent1dbd83a582391872105da126547bdf678e5ea73d (diff)
downloadvolse-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-xview/tpl/settings.tpl9
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>