diff options
author | thomascube <thomas@roundcube.net> | 2009-07-13 18:37:11 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-07-13 18:37:11 +0000 |
commit | c6514e01f9486b871ee07928497bafdab3b438e8 (patch) | |
tree | 72c73964992f4d8b005563310c24f070caa80915 /program | |
parent | 3536577bcbc908dbfd26d8b74696ce3da30bf48b (diff) |
Indent with spaces not tabs
Diffstat (limited to 'program')
-rwxr-xr-x | program/include/rcube_template.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/program/include/rcube_template.php b/program/include/rcube_template.php index af688ee06..c4db040d8 100755 --- a/program/include/rcube_template.php +++ b/program/include/rcube_template.php @@ -294,11 +294,11 @@ class rcube_template extends rcube_html_page $this->write(); } - // set output asap - ob_flush(); - flush(); + // set output asap + ob_flush(); + flush(); - if ($exit) { + if ($exit) { exit; } } |