mirror of
https://github.com/standardebooks/web.git
synced 2025-07-17 11:56:38 -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
|
// Now store various collections
|
||||||
|
apcu_delete('collections');
|
||||||
|
apcu_store('collections', $collections);
|
||||||
|
|
||||||
apcu_delete(new APCUIterator('/^collection-/'));
|
apcu_delete(new APCUIterator('/^collection-/'));
|
||||||
foreach($collections as $collection => $sortItems){
|
foreach($collections as $collection => $sortItems){
|
||||||
// Sort the array by the ebook's ordinal in the collection. We use this custom sort function
|
// 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>
|
||||||
<li id="kobo">
|
<li id="kobo">
|
||||||
<h3>Kobo eInk Devices</h3>
|
<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>
|
<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>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue