Loading app/Controllers/CreditsController.php +12 −13 Original line number Diff line number Diff line Loading @@ -65,10 +65,9 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode ->title . esc($credit->episode->title) . episode_numbering( $credit->episode ->number, Loading @@ -77,7 +76,7 @@ class CreditsController extends BaseController 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ], ], ], Loading @@ -103,9 +102,9 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode->title . esc($credit->episode->title) . episode_numbering( $credit->episode->number, $credit->episode Loading @@ -113,7 +112,7 @@ class CreditsController extends BaseController 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ], ], ], Loading @@ -132,16 +131,16 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode->title . esc($credit->episode->title) . episode_numbering( $credit->episode->number, $credit->episode->season_number, 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ], ], ]; Loading @@ -154,16 +153,16 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode->title . esc($credit->episode->title) . episode_numbering( $credit->episode->number, $credit->episode->season_number, 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ]; } } Loading themes/cp_app/pages/credits.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ <?php foreach ($role['is_in'] as $in): ?> <a href="<?= esc($in[ 'link' ]) ?>" class="text-sm text-skin-muted hover:underline"><?= esc($in['title']) ?></a> ]) ?>" class="text-sm text-skin-muted hover:underline"><?= $in['title'] ?></a> <?php endforeach; ?> <?php endforeach; ?> </div> Loading Loading
app/Controllers/CreditsController.php +12 −13 Original line number Diff line number Diff line Loading @@ -65,10 +65,9 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode ->title . esc($credit->episode->title) . episode_numbering( $credit->episode ->number, Loading @@ -77,7 +76,7 @@ class CreditsController extends BaseController 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ], ], ], Loading @@ -103,9 +102,9 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode->title . esc($credit->episode->title) . episode_numbering( $credit->episode->number, $credit->episode Loading @@ -113,7 +112,7 @@ class CreditsController extends BaseController 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ], ], ], Loading @@ -132,16 +131,16 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode->title . esc($credit->episode->title) . episode_numbering( $credit->episode->number, $credit->episode->season_number, 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ], ], ]; Loading @@ -154,16 +153,16 @@ class CreditsController extends BaseController : $credit->podcast->link, 'title' => $credit->episode_id ? (count($allPodcasts) > 1 ? "{$credit->podcast->title} › " ? esc($credit->podcast->title) . ' › ' : '') . $credit->episode->title . esc($credit->episode->title) . episode_numbering( $credit->episode->number, $credit->episode->season_number, 'text-xs ml-2', true, ) : $credit->podcast->title, : esc($credit->podcast->title), ]; } } Loading
themes/cp_app/pages/credits.php +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ <?php foreach ($role['is_in'] as $in): ?> <a href="<?= esc($in[ 'link' ]) ?>" class="text-sm text-skin-muted hover:underline"><?= esc($in['title']) ?></a> ]) ?>" class="text-sm text-skin-muted hover:underline"><?= $in['title'] ?></a> <?php endforeach; ?> <?php endforeach; ?> </div> Loading