Am Dienstag, dem 08.10.2024 um 09:50 +0200 schrieb Scott Kostyshak:
> Good to know. CC'ing Thibaut in case he has time to take a look.

AFAIU the attached patch is needed. But I don't know how the change
resonates with the comment in the code just on the preceding line.

-- 
Jürgen
diff --git a/src/insets/InsetCitation.cpp b/src/insets/InsetCitation.cpp
index 73a17e70ff..720ed608b6 100644
--- a/src/insets/InsetCitation.cpp
+++ b/src/insets/InsetCitation.cpp
@@ -663,7 +663,7 @@ docstring InsetCitation::xhtml(XMLStream & xs, OutputParams const &) const
 		return docstring();
 
 	// have to output this raw, because generateLabel() will include tags
-	xs << XMLStream::ESCAPE_NONE << generateLabel(true);
+	xs << XMLStream::ESCAPE_AND << generateLabel(true);
 
 	return docstring();
 }

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to