[LyX/master] Amend 477e36db.
Thibaut Cuvelier
tcuvelier at lyx.org
Tue Oct 29 02:55:45 UTC 2024
commit 91a85dd96aa490ce2ba0d6593d382be2e44ccea0
Author: Thibaut Cuvelier <tcuvelier at lyx.org>
Date: Tue Oct 29 03:55:40 2024 +0100
Amend 477e36db.
This was the wrong place...
---
src/mathed/InsetMathFont.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/mathed/InsetMathFont.cpp b/src/mathed/InsetMathFont.cpp
index 73822563c7..25ee4ae53b 100644
--- a/src/mathed/InsetMathFont.cpp
+++ b/src/mathed/InsetMathFont.cpp
@@ -178,7 +178,6 @@ void InsetMathFont::htmlize(HtmlStream & os) const
else if (tag == "mathtt" || tag == "texttt")
variant = "monospace";
else if (tag == "textipa" || tag == "textsc" || tag == "noun")
- // TODO: MathML doesn't seem to support small caps!
variant = "noun";
docstring const beg = (tag.size() < 4) ? from_ascii("") : tag.substr(0, 4);
More information about the lyx-cvs
mailing list