From d430ea6cac5af3a8822c00bd181619154f168bdb Mon Sep 17 00:00:00 2001 From: jonallen Date: Sat, 26 Mar 2011 15:38:27 +0000 Subject: [PATCH] Fixed ePub display in iBooks app (iPad / iPhone) --- build/tools/build_epub.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/tools/build_epub.pl b/build/tools/build_epub.pl index 5bb8fccd..0847d888 100755 --- a/build/tools/build_epub.pl +++ b/build/tools/build_epub.pl @@ -273,7 +273,7 @@ sub generate_ebook $epub->copy_xhtml('./build/xhtml/' . $name, 'text/' . $name, - linear => 'no'); + linear => 'yes'); } # Add Pod headings to table of contents.