diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-13 18:37:11 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2009-07-13 18:37:11 +0000 |
| commit | eac66f0194d5e0566787cc815488333f2f51d500 (patch) | |
| tree | 50bb0ef49afb94d0be1e79bf8505004563e4733f /roundcubemail/program/include/rcube_template.php | |
| parent | 26d0652aeb644d9ac6b678559d5633602adeaf13 (diff) | |
Indent with spaces not tabs
git-svn-id: https://svn.roundcube.net/trunk@2742 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/rcube_template.php')
| -rwxr-xr-x | roundcubemail/program/include/rcube_template.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/program/include/rcube_template.php b/roundcubemail/program/include/rcube_template.php index af688ee06..c4db040d8 100755 --- a/roundcubemail/program/include/rcube_template.php +++ b/roundcubemail/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; } } |
