]> git.lyx.org Git - lyx.git/blobdiff - src/BiblioInfo.cpp
Support halfline and fullline also in vspace.
[lyx.git] / src / BiblioInfo.cpp
index bf7fb85ed6eaa71d98e7dd1a48cd3ec4a81bf34d..f43d4149ab5fa907e6417c4d7451d96af90bdd6d 100644 (file)
@@ -1159,7 +1159,7 @@ docstring BibTeXInfo::getValueForKey(string const & oldkey, Buffer const & buf,
        }
 
        if (cleanit)
-               ret = html::cleanAttr(ret);
+               ret = xml::cleanAttr(ret);
 
        // make sure it is not too big
        support::truncateWithEllipsis(ret, maxsize);