diff options
author | friendica <info@friendica.com> | 2012-02-13 14:15:39 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-13 14:15:39 -0800 |
commit | 52cb63655a8e52baa1b01f12a12d03f537d457c0 (patch) | |
tree | 73ff2c05a9d1ab40eafeaa3ce883422908162082 /view | |
parent | 85c831bcbf6f4cc2793d91e4e3fb3da5828a3f60 (diff) | |
download | volse-hubzilla-52cb63655a8e52baa1b01f12a12d03f537d457c0.tar.gz volse-hubzilla-52cb63655a8e52baa1b01f12a12d03f537d457c0.tar.bz2 volse-hubzilla-52cb63655a8e52baa1b01f12a12d03f537d457c0.zip |
POST should be lowercase these days
Diffstat (limited to 'view')
-rwxr-xr-x | view/install_checks.tpl | 2 |
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> |