diff options
Diffstat (limited to 'src/web/_views')
-rw-r--r-- | src/web/_views/comments.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_views/comments.php b/src/web/_views/comments.php index d566549..f67a90b 100644 --- a/src/web/_views/comments.php +++ b/src/web/_views/comments.php @@ -17,7 +17,7 @@ ?> <div class="new"> <h3><?=lang('new_comment_title')?></h3> - <form id="new_comment" method="get" action="<?=$this->get_url('_comments/post')?>"> + <form id="new_comment" method="post" action="<?=$this->get_url('_comments/post')?>"> <div><input type="text" name="author" |