diff options
Diffstat (limited to 'ratatoeskr/templates/src/systemtemplates/content_write.html')
-rw-r--r-- | ratatoeskr/templates/src/systemtemplates/content_write.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ratatoeskr/templates/src/systemtemplates/content_write.html b/ratatoeskr/templates/src/systemtemplates/content_write.html index a996a5b..82c86c4 100644 --- a/ratatoeskr/templates/src/systemtemplates/content_write.html +++ b/ratatoeskr/templates/src/systemtemplates/content_write.html @@ -7,7 +7,7 @@ </ste:foreach> </ste:mktag> <ste:block name="content"> - <form action="$rel_path_to_root/backend/content/write/$article_editurl" method="POST" accept_charset="utf-8"> + <form action="$rel_path_to_root/backend/content/write/$article_editurl" method="post" accept_charset="utf-8"> <ste:if>$failed <ste:then> <div class="error"> |