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
This commit is contained in:
Pavel Sanda 2011-04-02 14:42:09 +00:00
parent 59c74ddfb3
commit 5168f2879c

View File

@ -173,7 +173,7 @@ void InsetMathChar::mathmlize(MathStream & ms) const
case '>': entity = ">"; break;
case '&': entity = "&"; break;
case ' ': {
ms << from_ascii("&nsbp;");
ms << from_ascii("&nbsp;");
return;
}
default: break;