[LyX/master] Amend c187cb7a1e (forgot this one)
Juergen Spitzmueller <[email protected]>
| Newsgroups | gmane.editors.lyx.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 5e64647c0ed5646d0857c1d861b1e7680855d2b8 Author: Juergen Spitzmueller <[email protected]> Date: Fri Aug 14 09:23:29 2026 +0200 Amend c187cb7a1e (forgot this one) --- src/insets/InsetTabular.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index 0ba8550502..342ce95bda 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -5973,7 +5973,7 @@ void InsetTabular::doDispatch(Cursor & cur, FuncRequest & cmd) int option = AS_STR_NONE; if (type == "latex") option = AS_STR_LATEX; - else if (type == "html") + else if (type == "xhtml") option = AS_STR_XHTML; else if (type == "docbook") option = AS_STR_DOCBOOK; -- lyx-cvs mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-cvs