We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce95c9 commit cc2f2b9Copy full SHA for cc2f2b9
src/xhtml2epub.hs
@@ -24,6 +24,6 @@ main = do
24
loadItems :: FilePath -> IO BookItem
25
loadItems p = do
26
c <- B.readFile p
27
- return (BookItem ("http://localhost/"++np) np c opsMediatype (Just (ChapterMetadata np)))
+ return (BookItem ("localhost-"++np) np c opsMediatype (Just (ChapterMetadata np)))
28
where
29
np = normalise p
0 commit comments