diff --git a/src/core.js b/src/core.js index f2b03dd..a1e6433 100644 --- a/src/core.js +++ b/src/core.js @@ -93,6 +93,9 @@ EPUBJS.core.request = function(url, type, withCredentials) { if(!type) { uri = EPUBJS.core.uri(url); type = uri.extension; + type = { + 'htm': 'html' + }[type] || type; } if(type == 'blob'){