projects
/
squirrelmail.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add closing Body and HTML tags, remove Newlines at end of files (just incase)
[squirrelmail.git]
/
plugins
/
filters
/
options.php
diff --git
a/plugins/filters/options.php
b/plugins/filters/options.php
index
0033ee7
..
3d2f60a
100644
(file)
--- a/
plugins/filters/options.php
+++ b/
plugins/filters/options.php
@@
-239,4
+239,5
@@
sqgetGlobalVar('action', $action, SQ_GET);
html_tag( 'td', ' ', 'left' )
) ,
'center', '', 'width="80%" border="0" cellpadding="2" cellspacing="0"' );
-?>
+ echo '</body></html>';
+?>
\ No newline at end of file