From 5cb8dbec56fae74dd9d5ae30ed06464135b600f3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 7 Feb 2010 17:57:47 +0100 Subject: fix indenting Signed-off-by: Florian Pritz --- system/application/controllers/file.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'system/application/controllers') diff --git a/system/application/controllers/file.php b/system/application/controllers/file.php index fb114ee7b..6be3cf1c9 100644 --- a/system/application/controllers/file.php +++ b/system/application/controllers/file.php @@ -164,19 +164,19 @@ class File extends Controller { header('Etag: "'.$etag.'"'); } else { if ($mode - && $this->file_mod->mime2extension($type) - && filesize($file) <= $this->config->item('upload_max_text_size') - ) { + && $this->file_mod->mime2extension($type) + && filesize($file) <= $this->config->item('upload_max_text_size') + ) { header("Content-Type: text/html\n"); // TODO: move to own file echo '' .''.$filedata['filename'].'' - .' ' + .' ' .' ' .'' .'
' - .' Raw' + .' Raw' .' ' .'
';
-- 
cgit v1.2.3-24-g4f1b