diff options
Diffstat (limited to 'lib/page')
-rw-r--r-- | lib/page/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/page/index.js b/lib/page/index.js index 2dcf704..f3a8f39 100644 --- a/lib/page/index.js +++ b/lib/page/index.js @@ -30,7 +30,7 @@ function Page(book, filename) { this.description = ''; // Relative path to the page - this.path = filename; + this.path = location.normalize(filename); // Absolute path to the page this.rawPath = this.book.resolve(filename); |