Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/system/scaffolding/views/add.php b/system/scaffolding/views/add.php
index a65e3d7..cbb12f6 100644
--- a/system/scaffolding/views/add.php
+++ b/system/scaffolding/views/add.php
@@ -27,4 +27,6 @@
 
 </form>
 
-<?php $this->load->view('footer'); ?>
+<?php $this->load->view('footer'); 
+/* End of file add.php */
+/* Location: ./system/scaffolding/views/add.php */