summaryrefslogtreecommitdiff
path: root/app/Template/config/board.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/config/board.php')
-rw-r--r--app/Template/config/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/config/board.php b/app/Template/config/board.php
index f787a931..ba1bab59 100644
--- a/app/Template/config/board.php
+++ b/app/Template/config/board.php
@@ -18,6 +18,6 @@
<p class="form-help"><?= t('Frequency in second (0 to disable this feature, 10 seconds by default)') ?></p>
<div class="form-actions">
- <input type="submit" value="<?= t('Save') ?>" class="btn btn-blue">
+ <button type="submit" class="btn btn-blue"><?= t('Save') ?></button>
</div>
</form>