mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Rename some Formatter functions for clarity
This commit is contained in:
parent
5ef6d3aef8
commit
f7ff76bf7d
39 changed files with 194 additions and 194 deletions
|
@ -13,7 +13,7 @@ $collections = Library::GetEbookCollections();
|
|||
<ul>
|
||||
<? foreach($collections as $collection){ ?>
|
||||
<li>
|
||||
<p><a href="<?= $collection->Url ?>"><?= Formatter::ToPlainText($collection->Name) ?></a></p>
|
||||
<p><a href="<?= $collection->Url ?>"><?= Formatter::EscapeHtml($collection->Name) ?></a></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue