|
|
@@ -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>
|