diff options
author | Mario <mario@mariovavti.com> | 2021-03-08 19:14:14 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-03-09 12:12:53 +0100 |
commit | dc336010dbfd7a1e5a95e8096e4cbb0433202444 (patch) | |
tree | ce3dee71a2ed31ef0ba173b18f58c7d278ab1f81 | |
parent | 88fbeaddb017972243a6d3caee278358800eef7a (diff) | |
download | volse-hubzilla-dc336010dbfd7a1e5a95e8096e4cbb0433202444.tar.gz volse-hubzilla-dc336010dbfd7a1e5a95e8096e4cbb0433202444.tar.bz2 volse-hubzilla-dc336010dbfd7a1e5a95e8096e4cbb0433202444.zip |
type submit should not be type button
(cherry picked from commit b09cbb72fbd64dd1555ce76d431c2dab6c323691)
-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}} |