aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/wiki.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-08-17 18:07:30 +0000
committerMario <mario@mariovavti.com>2021-08-17 18:07:30 +0000
commitc3bbc35e84bc8517064a55e362aeefb905d910b4 (patch)
tree8e084ec903c07eb8483e64ed5a9422d1dae79789 /view/tpl/wiki.tpl
parenta2403042c25a9202e8b926962c5035d34c0e08a3 (diff)
downloadvolse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.tar.gz
volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.tar.bz2
volse-hubzilla-c3bbc35e84bc8517064a55e362aeefb905d910b4.zip
more bs5 fixes
Diffstat (limited to 'view/tpl/wiki.tpl')
-rw-r--r--view/tpl/wiki.tpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl
index c300bddba..33d4dd097 100644
--- a/view/tpl/wiki.tpl
+++ b/view/tpl/wiki.tpl
@@ -67,9 +67,7 @@
<div id="id_{{$commitMsg.0}}_wrapper" class="field input" style="display: none">
<div class="input-group">
<input class="form-control" name="{{$commitMsg.0}}" id="id_{{$commitMsg.0}}" type="text" value="{{$commitMsg.2}}"{{if $commitMsg.5}} {{$commitMsg.5}}{{/if}}>
- <div class="input-group-append">
- <button id="save-page" type="button" class="btn btn-sm btn-primary disabled">Save</button>
- </div>
+ <button id="save-page" type="button" class="btn btn-sm btn-primary disabled">Save</button>
</div>
</div>
{{/if}}