diff --git a/system/scaffolding/views/view.php b/system/scaffolding/views/view.php
index fd20a17..e7abda6 100644
--- a/system/scaffolding/views/view.php
+++ b/system/scaffolding/views/view.php
@@ -7,7 +7,7 @@
 	<?php foreach($fields as $field): ?>
 	<th><?php echo $field; ?></th>
 	<?php endforeach; ?>
-</tr><tr>
+</tr>
 
 <?php foreach($query->result() as $row): ?>
  <tr>