diff --git a/phpBB/posting.php b/phpBB/posting.php
index 485b08e0d0..2c27fab0d4 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -89,58 +89,59 @@ else
}
$username_input = '';
$password_input = '';
- $subject_input = '';
- $message_input = '';
- if($allow_html)
- {
- $html_status = $l_htmlis . " " . $l_on;
- $html_toggle = '';
+ $message_input = '';
+ if($allow_html)
+ {
+ $html_status = $l_htmlis . " " . $l_on;
+ $html_toggle = 'set_var(array("L_ABOUTPOST" => $l_aboutpost,
"L_SUBJECT" => $l_subject,