diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/single_comment.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/single_comment.html | 2 |
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> |