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
2e3faa00
Commit
2e3faa00
authored
Nov 27, 2020
by
Marat Radchenko
🕹
Browse files
handle <subtitle> inside <cite> in FictionBook documents
parent
6f761b9e
Pipeline
#42223
passed with stage
in 10 minutes and 18 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
generators/fictionbook/converter.cpp
View file @
2e3faa00
...
...
@@ -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
();
...
...
Marat Radchenko
🕹
@slonopotamus
mentioned in commit
29ed5d1d
·
Nov 28, 2020
mentioned in commit
29ed5d1d
mentioned in commit 29ed5d1dd767fdc921f4626cf0d5d2a90e39080c
Toggle commit list
Write
Preview
Markdown
is supported
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