]> git.lyx.org Git - lyx.git/commitdiff
Forgot this piece before.
authorRichard Heck <rgheck@comcast.net>
Wed, 31 Mar 2010 19:58:49 +0000 (19:58 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 31 Mar 2010 19:58:49 +0000 (19:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33977 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathCases.cpp

index c188a57ef9faada76762fb1f12ceacfe2eaee388..26ab7b2d96c55739cf582c3aee18c1d5cd5c6ab2 100644 (file)
@@ -167,7 +167,7 @@ void InsetMathCases::mathmlize(MathStream & ms) const
 // We need a brace here, somehow.
 void InsetMathCases::htmlize(HtmlStream & ms) const
 {
-       InsetMathGrid::htmlize(ms, "cases");
+       InsetMathGrid::htmlize(ms, "class='cases'");
 }