Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/scaffolding/views/view.php b/system/scaffolding/views/view.php
index e7abda6..a81241d 100644
--- a/system/scaffolding/views/view.php
+++ b/system/scaffolding/views/view.php
@@ -22,4 +22,6 @@
 
 <?php echo $paginate; ?>
 
-<?php $this->load->view('footer'); ?>
\ No newline at end of file
+<?php $this->load->view('footer'); 
+/* End of file view.php */
+/* Location: ./system/scaffolding/views/view.php */
\ No newline at end of file