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:
Robin Whittleton 2020-12-29 12:47:20 +01:00 committed by Alex Cabal
parent 477172d2e6
commit 0faf8059c1
2 changed files with 7 additions and 7 deletions

View file

@ -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>