fix & & problem in title for chapters; Issue #10

This commit is contained in:
Alex Adam 2017-10-25 21:24:03 +03:00
parent bc64fd360c
commit 36c9b68e10
2 changed files with 10 additions and 7 deletions

View file

@ -283,7 +283,6 @@ function getPageTitle(title) {
if (title.trim().length === 0) {
return 'ebook';
}
title = escapeAmp(title);
return title;
}