diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/posting_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_body.html b/phpBB/styles/subsilver2/template/posting_body.html index 256bbdee5b..483d857f28 100644 --- a/phpBB/styles/subsilver2/template/posting_body.html +++ b/phpBB/styles/subsilver2/template/posting_body.html @@ -34,7 +34,7 @@ <!-- ENDIF --> <!-- IF not S_SHOW_PM_BOX --> - <form action="{S_POST_ACTION}" method="post" name="post"{S_FORM_ENCTYPE}> + <form action="{S_POST_ACTION}" method="post" name="postform"{S_FORM_ENCTYPE}> <!-- ENDIF --> <!-- IF S_DRAFT_LOADED --> @@ -203,7 +203,7 @@ <script type="text/javascript"> <!-- - var form_name = 'post'; + var form_name = 'postform'; var text_name = 'message'; //--> </script> |
