Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 75332e6..642ff78 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -273,4 +273,6 @@
 }

 

 

-?>
\ No newline at end of file
+
+/* End of file CodeIgniter.php */
+/* Location: ./system/codeigniter/CodeIgniter.php */
\ No newline at end of file