mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
b29ef9e1a5
commit
4b5a58dca9
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user