fix(*.php.liquid): spacing after mark tags
This commit is contained in:
parent
5e5806c6ae
commit
77e4132a09
4 changed files with 6 additions and 6 deletions
|
@ -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> 
|
||||
on <?= date('F j, Y', strtotime($show["episode"]["last_watched_at"])) ?>.
|
||||
</span>
|
||||
<?php endif; ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue