From 5583e1aae64ff7e902136c4ba610d438dc2015d4 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 15:48:20 +0000 Subject: removed closing PHP tag from all framework files --- system/application/controllers/welcome.php | 1 - 1 file changed, 1 deletion(-) (limited to 'system/application/controllers/welcome.php') diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php index 7f7296d81..243423a65 100644 --- a/system/application/controllers/welcome.php +++ b/system/application/controllers/welcome.php @@ -12,4 +12,3 @@ class Welcome extends Controller { $this->load->view('welcome_message'); } } -?> \ No newline at end of file -- cgit v1.2.3-24-g4f1b