diff options
author | zotlabs <mike@macgirvin.com> | 2018-01-13 15:54:45 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-01-13 15:54:45 -0800 |
commit | 76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f (patch) | |
tree | fb5d58779c5f4984a2e9cf354e154e06c997c1c9 /view/tpl/wiki.tpl | |
parent | e8958b1fb85ebcc4c51632a2de746b9aec6f354e (diff) | |
parent | ce10a44e722c9bbaceff64273641c3e08c6ad7a5 (diff) | |
download | volse-hubzilla-76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f.tar.gz volse-hubzilla-76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f.tar.bz2 volse-hubzilla-76c8bbf7b83d6cdbd0b16ebbdaa4cab48662221f.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/wiki.tpl')
-rw-r--r-- | view/tpl/wiki.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/wiki.tpl b/view/tpl/wiki.tpl index 22480be5b..f1ab1ebad 100644 --- a/view/tpl/wiki.tpl +++ b/view/tpl/wiki.tpl @@ -66,7 +66,7 @@ <div id="id_{{$commitMsg.0}}_wrapper" class="field input" style="display: none"> <div class="input-group"> <input class="form-control form-control-sm" name="{{$commitMsg.0}}" id="id_{{$commitMsg.0}}" type="text" value="{{$commitMsg.2}}"{{if $commitMsg.5}} {{$commitMsg.5}}{{/if}}> - <div class="input-group-btn"> + <div class="input-group-append"> <button id="save-page" type="button" class="btn btn-primary disabled">Save</button> </div> </div> |