mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
amend 467d57bc
: typo
This commit is contained in:
parent
6b701f945e
commit
d6ec3d686b
@ -1191,7 +1191,6 @@ void InsetBibtex::docbook(XMLStream & xs, OutputParams const &) const
|
||||
while (tagIt != tagEnd) {
|
||||
string tag = tagIt->str(); // regex_match cannot work with temporary strings.
|
||||
++tagIt;
|
||||
regex_match(tag, match, tagRegex);
|
||||
|
||||
if (regex_match(tag, match, tagRegex)) {
|
||||
if (toDocBookTag[match[1]] == "SPECIFIC") {
|
||||
|
Loading…
Reference in New Issue
Block a user