diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-11-12 00:14:42 +0100 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-11-12 00:14:42 +0100 |
commit | 85e65f6259d4602f2d3fa81191eb052745e632a7 (patch) | |
tree | 93b9c3b0bdf768c85d900dbc068ff83e1dadd343 /system/scaffolding/views/no_data.php | |
parent | 6599b9a5dc699da2e7d2a69b070d203f99d80b6a (diff) |
Propset eol-style to CRLF
simplified paragraph tag cleanup regex
Diffstat (limited to 'system/scaffolding/views/no_data.php')
-rw-r--r-- | system/scaffolding/views/no_data.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/scaffolding/views/no_data.php b/system/scaffolding/views/no_data.php index bc81e7480..963341b70 100644 --- a/system/scaffolding/views/no_data.php +++ b/system/scaffolding/views/no_data.php @@ -1,8 +1,8 @@ -<?php $this->load->view('header'); ?> - -<p><?php echo $scaff_no_data; ?></p> -<p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p> - -<?php $this->load->view('footer'); -/* End of file no_data.php */ +<?php $this->load->view('header'); ?>
+
+<p><?php echo $scaff_no_data; ?></p>
+<p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p>
+
+<?php $this->load->view('footer');
+/* End of file no_data.php */
/* Location: ./system/scaffolding/views/no_data.php */
\ No newline at end of file |