diff options
author | raylu <raylu@mixpanel.com> | 2011-07-17 17:44:23 -0700 |
---|---|---|
committer | raylu <raylu@mixpanel.com> | 2011-07-17 18:15:47 -0700 |
commit | a4c75f37d8b696af83b14523f0b168d915418c90 (patch) | |
tree | 49745b0e0c5d3f21625f440bcc9eceda41ebc815 /views/elements/mangatable.html.php | |
parent | c9994190d2ba584e1eb95b6b47ff586da7b0f29f (diff) | |
download | otakuhub-a4c75f37d8b696af83b14523f0b168d915418c90.tar.xz |
fix validation errors
Diffstat (limited to 'views/elements/mangatable.html.php')
-rw-r--r-- | views/elements/mangatable.html.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/views/elements/mangatable.html.php b/views/elements/mangatable.html.php index c92ff83..5d016f3 100644 --- a/views/elements/mangatable.html.php +++ b/views/elements/mangatable.html.php @@ -1,7 +1,9 @@ <table> -<th>Title</th> -<th>Date</th> -<th style="width: 200px">Type</th> +<tr> + <th>Title</th> + <th>Date</th> + <th style="width: 200px">Type</th> +</tr> <?php foreach ($manga as $m): ?> <tr> <td> |