mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Type fixes
This commit is contained in:
parent
0c2dce3f63
commit
b2df8a7018
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ use function Safe\filesize;
|
|||
<uri><?= SITE_URL . Formatter::EscapeXml($entry->AuthorsUrl) ?></uri>
|
||||
</author>
|
||||
<? } ?>
|
||||
<published><?= $entry->EbookCreated->format(Enums\DateTimeFormat::Iso->value) ?></published>
|
||||
<updated><?= $entry->EbookUpdated->format(Enums\DateTimeFormat::Iso->value) ?></updated>
|
||||
<published><?= $entry->EbookCreated?->format(Enums\DateTimeFormat::Iso->value) ?></published>
|
||||
<updated><?= $entry->EbookUpdated?->format(Enums\DateTimeFormat::Iso->value) ?></updated>
|
||||
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
||||
<summary type="text"><?= Formatter::EscapeXml($entry->Description) ?></summary>
|
||||
<content type="html"><?= Formatter::EscapeXml($entry->LongDescription) ?></content>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue