mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Put the burden of compatibility on devices and not the books
This rewrites the messaging around our downloads to make it clearer what we offer.
This commit is contained in:
parent
477172d2e6
commit
0faf8059c1
2 changed files with 7 additions and 7 deletions
|
@ -155,7 +155,7 @@ catch(\Exception $ex){
|
|||
<span><a property="schema:contentUrl" href="<?= $ebook->EpubUrl ?>" class="epub">
|
||||
Compatible epub
|
||||
<meta property="schema:encodingFormat" content="application/epub+zip"/>
|
||||
</a></span> <span>—</span> <span>All devices and apps except Kindles and Kobos.</span></p>
|
||||
</a></span> <span>—</span> <span>All compatible devices and apps, except Kindles and Kobos.</span></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
|
||||
|
@ -182,7 +182,7 @@ catch(\Exception $ex){
|
|||
<span><a property="schema:contentUrl" href="<?= $ebook->AdvancedEpubUrl ?>" class="epub">
|
||||
Advanced epub
|
||||
<meta property="schema:encodingFormat" content="application/epub+zip"/>
|
||||
</a></span> <span>—</span> <span>An advanced format not yet fully compatible with most ereaders.</span></p>
|
||||
</a></span> <span>—</span> <span>An advanced format that uses the latest technology not yet fully supported by most ereaders.</span></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue