Forgot to change this in XHTML output, so formatted references weren't

getting output properly.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38404 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-04-15 11:28:56 +00:00
parent b29ef9e1a5
commit 4b5a58dca9

View File

@ -215,7 +215,7 @@ docstring InsetRef::xhtml(XHTMLStream & xs, OutputParams const &) const
display_string = _("elsewhere");
else if (cmd == "eqref")
display_string = bformat(from_ascii("equation (%1$s)"), value);
else if (cmd == "prettyref"
else if (cmd == "formatted"
// we don't really have the ability to handle these
// properly in XHTML output
|| cmd == "nameref")