mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 10:56:46 -04:00
Code formatting
This commit is contained in:
parent
53fe66a364
commit
7b676269a8
1 changed files with 3 additions and 3 deletions
|
@ -12,9 +12,9 @@ $collections = Collection::GetAll();
|
|||
</picture>
|
||||
<ul>
|
||||
<? foreach($collections as $collection){ ?>
|
||||
<li>
|
||||
<p><a href="<?= $collection->Url ?>"><?= Formatter::EscapeHtml($collection->Name) ?></a></p>
|
||||
</li>
|
||||
<li>
|
||||
<p><a href="<?= $collection->Url ?>"><?= Formatter::EscapeHtml($collection->Name) ?></a></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue