mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Fix spelling mistake in kobo usage
This commit is contained in:
parent
80cc089d4f
commit
4143e482f5
2 changed files with 4 additions and 1 deletions
|
@ -271,6 +271,9 @@ class Library{
|
|||
}
|
||||
|
||||
// Now store various collections
|
||||
apcu_delete('collections');
|
||||
apcu_store('collections', $collections);
|
||||
|
||||
apcu_delete(new APCUIterator('/^collection-/'));
|
||||
foreach($collections as $collection => $sortItems){
|
||||
// Sort the array by the ebook's ordinal in the collection. We use this custom sort function
|
||||
|
|
|
@ -65,7 +65,7 @@ require_once('Core.php');
|
|||
</li>
|
||||
<li id="kobo">
|
||||
<h3>Kobo eInk Devices</h3>
|
||||
<h4>If you’ve download a kepub file</h4>
|
||||
<h4>If you’ve downloaded a kepub file</h4>
|
||||
<p><strong>Important:</strong> <em>Don’t use Calibre to transfer the kepub file!</em> Calibre will apply its own conversion <em>on top of</em> our own conversion, making for strange results.</p>
|
||||
<ol>
|
||||
<li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue