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