summaryrefslogtreecommitdiffstats
path: root/views/Search/index.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/Search/index.html.php')
-rw-r--r--views/Search/index.html.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/views/Search/index.html.php b/views/Search/index.html.php
index d566e30..5880090 100644
--- a/views/Search/index.html.php
+++ b/views/Search/index.html.php
@@ -12,6 +12,8 @@
<?= $this->form->end(); ?>
</div>
<div class="grid_8">
+<h2>Search Results</h2>
+<hr />
<table class="table">
<tr><th>img</th><th>Name</th><th>Episodes</th><th>Type</th><th>Score</th></tr>
<?php foreach($content as $item): ?>