[LyX/master] Amend c187cb7a1e (forgot this one)

Juergen Spitzmueller spitz at lyx.org
Fri Aug 14 07:23:45 UTC 2026


commit 5e64647c0ed5646d0857c1d861b1e7680855d2b8
Author: Juergen Spitzmueller <spitz at lyx.org>
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;


More information about the lyx-cvs mailing list