mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-28 06:49:43 +00:00
Preserve BibTeX metadata in LyXHTML output (fixes #8451).
This commit is contained in:
parent
24a2c57ff0
commit
f6cd5ab863
@ -496,7 +496,9 @@ docstring BibTeXInfo::expandFormat(string const & format,
|
||||
} else {
|
||||
docstring const val =
|
||||
getValueForKey(key, before, after, dialog, xref, lang);
|
||||
ret += from_ascii("{!<span class=\"bib-" + key + "\">!}");
|
||||
ret += val;
|
||||
ret += from_ascii("{!</span>!}");
|
||||
}
|
||||
} else {
|
||||
// beginning of key
|
||||
|
Loading…
Reference in New Issue
Block a user