mirror of
https://github.com/alexadam/save-as-ebook.git
synced 2025-09-10 09:24:49 +00:00
fix & & problem in title for chapters; Issue #10
This commit is contained in:
parent
bc64fd360c
commit
36c9b68e10
2 changed files with 10 additions and 7 deletions
|
@ -283,7 +283,6 @@ function getPageTitle(title) {
|
|||
if (title.trim().length === 0) {
|
||||
return 'ebook';
|
||||
}
|
||||
title = escapeAmp(title);
|
||||
return title;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue