diff options
Diffstat (limited to 'app/Template/action/index.php')
-rw-r--r-- | app/Template/action/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/action/index.php b/app/Template/action/index.php index f3165251..6e9c16a5 100644 --- a/app/Template/action/index.php +++ b/app/Template/action/index.php @@ -70,6 +70,6 @@ <?= $this->form->select('action_name', $available_actions, $values) ?> <div class="form-actions"> - <input type="submit" value="<?= t('Next step') ?>" class="btn btn-blue"> + <button type="submit" class="btn btn-blue"><?= t('Next step') ?></button> </div> </form>
\ No newline at end of file |