diff options
author | Mario <mario@mariovavti.com> | 2021-03-08 19:14:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-08 19:14:14 +0000 |
commit | b09cbb72fbd64dd1555ce76d431c2dab6c323691 (patch) | |
tree | 5340e136e127c36abb4446d97b6e8d3a3304bb24 /view/tpl/jot.tpl | |
parent | d57f4a9527896b472f5bf6dc429a1edeff0d0aef (diff) | |
download | volse-hubzilla-b09cbb72fbd64dd1555ce76d431c2dab6c323691.tar.gz volse-hubzilla-b09cbb72fbd64dd1555ce76d431c2dab6c323691.tar.bz2 volse-hubzilla-b09cbb72fbd64dd1555ce76d431c2dab6c323691.zip |
type submit should not be type button
Diffstat (limited to 'view/tpl/jot.tpl')
-rw-r--r-- | view/tpl/jot.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/jot.tpl b/view/tpl/jot.tpl index 53d4f094d..23b18ffac 100644 --- a/view/tpl/jot.tpl +++ b/view/tpl/jot.tpl @@ -243,7 +243,7 @@ <i id="jot-perms-icon" class="fa fa-{{$lockstate}} jot-icons{{if $bang}} jot-lock-warn{{/if}}"></i> </button> {{/if}} - <button type="button" id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex="3" name="button-submit">{{$share}}</button> + <button id="dbtn-submit" class="btn btn-primary btn-sm" type="submit" tabindex="3" name="button-submit">{{$share}}</button> </div> <div class="clear"></div> {{if $jotplugins}} |