aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/templates/src/systemtemplates/single_comment.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/single_comment.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/single_comment.html')
-rw-r--r--ratatoeskr/templates/src/systemtemplates/single_comment.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/single_comment.html b/ratatoeskr/templates/src/systemtemplates/single_comment.html
index 48a940a..785deca 100644
--- a/ratatoeskr/templates/src/systemtemplates/single_comment.html
+++ b/ratatoeskr/templates/src/systemtemplates/single_comment.html
@@ -6,7 +6,7 @@
<div class="triplecolumns">
<div class="column_left">
<h2><ste:get_translation for="comment_perform_action" /></h2>
- <form action="$rel_path_to_root/backend/content/comments/$id" method="POST">
+ <form action="$rel_path_to_root/backend/content/comments/$id" method="post">
<select name="action_on_comment">
<option value="" selected="selected"></option>
<option value="make_visible"><ste:get_translation for="commentaction_make_visible" /></option>