Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Graphics
Okular
Commits
29ed5d1d
Commit
29ed5d1d
authored
Nov 27, 2020
by
Marat Radchenko
🕹
Committed by
Albert Astals Cid
Nov 28, 2020
Browse files
handle <subtitle> inside <cite> in FictionBook documents
(cherry picked from commit
2e3faa00
)
parent
9f7b4527
Changes
1
Hide whitespace changes
Inline
Side-by-side
generators/fictionbook/converter.cpp
View file @
29ed5d1d
...
...
@@ -722,6 +722,9 @@ bool Converter::convertCite(const QDomElement &element)
}
else
if
(
child
.
tagName
()
==
QLatin1String
(
"empty-line"
))
{
if
(
!
convertEmptyLine
(
child
))
return
false
;
}
else
if
(
child
.
tagName
()
==
QLatin1String
(
"subtitle"
))
{
if
(
!
convertSubTitle
(
child
))
return
false
;
}
child
=
child
.
nextSiblingElement
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment