diff options
author | Max Kostikov <max@kostikov.co> | 2018-09-21 13:48:12 +0200 |
---|---|---|
committer | Max Kostikov <max@kostikov.co> | 2018-09-21 13:48:12 +0200 |
commit | 1a6d290d7142198d81b7dcfdb62969a761d6d575 (patch) | |
tree | 4fdf4bb90b07e0e11812ccb5b229abab3a4e3ead /view | |
parent | dbb7245e2271fc0c4bbbb12c326390208c22d29b (diff) | |
download | volse-hubzilla-1a6d290d7142198d81b7dcfdb62969a761d6d575.tar.gz volse-hubzilla-1a6d290d7142198d81b7dcfdb62969a761d6d575.tar.bz2 volse-hubzilla-1a6d290d7142198d81b7dcfdb62969a761d6d575.zip |
Update admin_security.tpl
Diffstat (limited to 'view')
-rwxr-xr-x | view/tpl/admin_security.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/admin_security.tpl b/view/tpl/admin_security.tpl index 2c3811d22..9a99c7456 100755 --- a/view/tpl/admin_security.tpl +++ b/view/tpl/admin_security.tpl @@ -27,7 +27,7 @@ <div class="admin-submit-wrapper"> - <button type="submit" name="submit" class="btn btn-primary">{{$submit}}</button> + <input type="submit" name="submit" class="btn btn-primary" value="{{$submit}}" /> </div> </form> |