diff options
Diffstat (limited to 'views/anime/view.html.php')
-rw-r--r-- | views/anime/view.html.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/views/anime/view.html.php b/views/anime/view.html.php index a722935..7f2847f 100644 --- a/views/anime/view.html.php +++ b/views/anime/view.html.php @@ -67,7 +67,7 @@ Members: <?= $anime->mal_score ?> <p> <a href="/anime/cast/<?= $anime->special_id ?>" onclick="return toggleCast()">Cast ↓</a> </p> -<p><table> +<table> <?php foreach($anime->cast as $char): ?> <tr> <td colspan="3"> @@ -84,7 +84,8 @@ Members: <?= $anime->mal_score ?> <?php endforeach; ?> <?php endif; ?> <?php endforeach; ?> -</table></p> +</table> +<br> <p id="castlink"> <a href="" onclick="return toggleCast()">Cast ↑</a> </p> |