fix(*.php.liquid): spacing after mark tags

This commit is contained in:
Cory Dransfeldt 2025-04-14 10:52:59 -07:00
parent 5e5806c6ae
commit 77e4132a09
No known key found for this signature in database
4 changed files with 6 additions and 6 deletions

View file

@ -31,7 +31,7 @@ schema: show
<?php endif; ?>
<?php if (!empty($show["episode"]["formatted_episode"])): ?>
<span class="sub-meta">I last watched
<mark><?= htmlspecialchars($show["episode"]["formatted_episode"]) ?></mark>
<mark><?= htmlspecialchars($show["episode"]["formatted_episode"]) ?></mark>&thinsp;
on <?= date('F j, Y', strtotime($show["episode"]["last_watched_at"])) ?>.
</span>
<?php endif; ?>