Skip to content

Commit 9e36fbd

Browse files
authored
fix: corrected typo 'spread-node' to 'spread-none' (#664)
1 parent 982a9d6 commit 9e36fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readium/streamer/src/main/java/org/readium/r2/streamer/parser/epub/ResourceAdapter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ internal class ResourceAdapter(
162162
}?.let { linkProperties["page"] = it }
163163
// Spread
164164
when (property) {
165-
Vocabularies.RENDITION + "spread-node" -> "none"
165+
Vocabularies.RENDITION + "spread-none" -> "none"
166166
Vocabularies.RENDITION + "spread-auto" -> "auto"
167167
Vocabularies.RENDITION + "spread-landscape" -> "landscape"
168168
Vocabularies.RENDITION + "spread-portrait",

0 commit comments

Comments
 (0)