summaryrefslogtreecommitdiff
path: root/includes/sys_form.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/sys_form.php')
-rw-r--r--includes/sys_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/sys_form.php b/includes/sys_form.php
index 24630115..e6aadddc 100644
--- a/includes/sys_form.php
+++ b/includes/sys_form.php
@@ -208,7 +208,7 @@ function form_info($label, $text = '')
function form_submit($name, $label)
{
return form_element(
- '<input class="btn btn-primary" type="submit" name="' . $name . '" value="' . $label . '" />',
+ '<button class="btn btn-primary" type="submit" name="' . $name . '">' . $label . '</button>',
''
);
}