diff options
Diffstat (limited to 'program')
-rw-r--r-- | program/include/rcmail_output_html.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/rcmail_output_html.php b/program/include/rcmail_output_html.php index f5430d95a..705a72ece 100644 --- a/program/include/rcmail_output_html.php +++ b/program/include/rcmail_output_html.php @@ -430,6 +430,8 @@ EOF; if ($framed) { $this->scripts = array(); $this->script_files = array(); + $this->header = ''; + $this->footer = ''; } // write all javascript commands |