mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 01:22:23 -04:00
Fix spacing in HTML output
This commit is contained in:
parent
801b5f524a
commit
7ea9f707c5
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $artworks = $artworks ?? [];
|
||||||
?>
|
?>
|
||||||
<ol class="artwork-list">
|
<ol class="artwork-list">
|
||||||
<? foreach($artworks as $artwork){ ?>
|
<? foreach($artworks as $artwork){ ?>
|
||||||
<li <? if($artwork->EbookUrl !== null){ ?> class="in-use"<? } ?>>
|
<li<? if($artwork->EbookUrl !== null){ ?> class="in-use"<? } ?>>
|
||||||
<a href="<?= $artwork->Url ?>">
|
<a href="<?= $artwork->Url ?>">
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="<?= $artwork->Thumb2xUrl ?> 2x, <?= $artwork->ThumbUrl ?> 1x" type="image/jpg"/>
|
<source srcset="<?= $artwork->Thumb2xUrl ?> 2x, <?= $artwork->ThumbUrl ?> 1x" type="image/jpg"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue