From 5168f2879c0595a93c88a7da61b50e431299c96c Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 2 Apr 2011 14:42:09 +0000 Subject: [PATCH] Typo. Merged manual still doesn't export via xhtml. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38210 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathChar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathChar.cpp b/src/mathed/InsetMathChar.cpp index 2c87824282..ae1a3b03ee 100644 --- a/src/mathed/InsetMathChar.cpp +++ b/src/mathed/InsetMathChar.cpp @@ -173,7 +173,7 @@ void InsetMathChar::mathmlize(MathStream & ms) const case '>': entity = ">"; break; case '&': entity = "&"; break; case ' ': { - ms << from_ascii("&nsbp;"); + ms << from_ascii(" "); return; } default: break;