fix(*): remove trailing slash on void image tags
This commit is contained in:
parent
0368d5e8a5
commit
dfde6dc0a4
18 changed files with 19 additions and 19 deletions
|
@ -20,7 +20,7 @@ schema: movie
|
|||
decoding="async"
|
||||
width="256"
|
||||
height="180"
|
||||
/>
|
||||
>
|
||||
<div class="media-meta">
|
||||
<h2 class="page-title"><?= htmlspecialchars($movie["title"]) ?> (<?= htmlspecialchars($movie["year"]) ?>)</h2>
|
||||
<?php if (!empty($movie["tags"])): ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue