aboutsummaryrefslogtreecommitdiffstats
path: root/view/install_checks.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/install_checks.tpl')
-rwxr-xr-xview/install_checks.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/install_checks.tpl b/view/install_checks.tpl
index 538bdf0ba..a1a75ade6 100755
--- a/view/install_checks.tpl
+++ b/view/install_checks.tpl
@@ -1,6 +1,6 @@
<h1>$title</h1>
<h2>$pass</h2>
-<form action="$baseurl/install" method="POST">
+<form action="$baseurl/install" method="post">
<table>
{{ for $checks as $check }}
<tr><td>$check.title </td><td><span class="icon s22 {{if $check.status}}on{{else}}off{{endif}}"></td><td>{{if $check.required}}(required){{endif}}</td></tr>