aboutsummaryrefslogtreecommitdiff
path: root/views/installation/input/button.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/installation/input/button.php')
-rw-r--r--views/installation/input/button.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/installation/input/button.php b/views/installation/input/button.php
index 1b70800e9..759752c8c 100644
--- a/views/installation/input/button.php
+++ b/views/installation/input/button.php
@@ -19,7 +19,7 @@ global $CONFIG;
$class = $vars['class'];
if (!$class) {
- $class = "submit_button";
+ $class = "submit-button";
}
if (isset($vars['type'])) {