Мелкий рефакторинг

This commit is contained in:
Book Pauk
2020-12-07 22:13:14 +07:00
parent 063d01b5ca
commit bc3e1f0a6f
3 changed files with 12 additions and 11 deletions

View File

@@ -148,7 +148,7 @@ class ConvertHtml extends ConvertBase {
cutTitle = true;
}
if (tag == 'subtitle') {
if (tag == 'fb2-subtitle') {
inSubTitle = true;
}
@@ -184,7 +184,7 @@ class ConvertHtml extends ConvertBase {
if (tag == 'title' || tag == 'cut-title')
inTitle = false;
if (tag == 'subtitle')
if (tag == 'fb2-subtitle')
inSubTitle = false;
if (tag == 'fb2-image')