Preserve BibTeX metadata in LyXHTML output (fixes #8451).

This commit is contained in:
Julien Rioux 2013-01-08 15:37:21 +01:00
parent 24a2c57ff0
commit f6cd5ab863

View File

@ -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