Skip to content

Commit

Permalink
Use button tag instead of input type submit
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Jan 27, 2020
1 parent dc69978 commit 50fe244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion api_tokens_page.php
Expand Up @@ -90,7 +90,9 @@
</div>
</div>
<div class="widget-toolbox padding-8 clearfix">
<input type="submit" class="btn btn-primary btn-white btn-round" value="<?php echo lang_get( 'api_token_create_button' ) ?>" />
<button class="btn btn-primary btn-white btn-round">
<?php echo lang_get( 'api_token_create_button' ) ?>
</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 50fe244

Please sign in to comment.