Skip to content

Commit

Permalink
remove commented out page-list from empty nav to allow regular expres…
Browse files Browse the repository at this point in the history
…sions for editing
  • Loading branch information
kevinhendricks committed Jul 17, 2019
1 parent 7a144e5 commit 5b867e5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/BookManipulation/Book.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,6 @@ const QString EMPTY_NAV_FILE_LANDMARKS =
" </nav>\n";

const QString EMPTY_NAV_FILE_END =
"<!-- \n"
" <nav epub:type=\"page-list\" id=\"page-list\" hidden=\"\">\n"
" <ol>\n"
" <li><a href=\"../Text/Filename001.xhtml#pagei\">i</a></li>\n"
" <li><a href=\"../Text/Filename001.xhtml#page001\">1</a></li>\n"
" <li><a href=\"../Text/Filename001.xhtml#page002\">2</a></li>\n"
" </ol>\n"
" </nav>\n"
" -->\n"
"</body>\n"
"</html>";

Expand Down

0 comments on commit 5b867e5

Please sign in to comment.