aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/articles.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2012-02-03 21:43:54 +0100
committerKevin Chabowski <kevin@kch42.de>2012-02-03 21:43:54 +0100
commit86deada91a275ec1372817603758ab771cfaa417 (patch)
tree73713cdae933e66e9da039d1243c70ecdc0d77d7 /ratatoeskr/templates/src/systemtemplates/articles.html
parent2c2b3c89f8b69b42220c19a811feb6a7b85e989f (diff)
downloadratatoeskr-cms-86deada91a275ec1372817603758ab771cfaa417.tar.gz
ratatoeskr-cms-86deada91a275ec1372817603758ab771cfaa417.tar.bz2
ratatoeskr-cms-86deada91a275ec1372817603758ab771cfaa417.zip
TIL: <form />'s method value *MUST* be lowercase.
<irony>That makes kind of sense, since it is written UPPERcase in the HTTP protocol...</irony>
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/articles.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/articles.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/articles.html b/ratatoeskr/templates/src/systemtemplates/articles.html
index 5ba5bbd..764ac40 100644
--- a/ratatoeskr/templates/src/systemtemplates/articles.html
+++ b/ratatoeskr/templates/src/systemtemplates/articles.html
@@ -3,7 +3,7 @@
<ste:default_error />
<ste:default_success />
- <form action="$rel_path_to_root/backend/content/articles" method="GET" accept-charset="UTF-8">
+ <form action="$rel_path_to_root/backend/content/articles" method="get" accept-charset="UTF-8">
<div>
<strong><ste:get_translation for="filter" />:</strong>
<ste:get_translation for="filter_urlname" /> <input type="text" name="filter_urlname" value="<ste:escape>$filter_urlname</ste:escape>" />
@@ -14,7 +14,7 @@
</div>
</form>
- <form action="$rel_path_to_root/backend/content/articles?$filterquery?{$filterquery|&|}$sortquery" method="POST">
+ <form action="$rel_path_to_root/backend/content/articles?$filterquery?{$filterquery|&|}$sortquery" method="post">
<table class="fullwidth listtab">
<thead><tr>
<th>&nbsp;</th>