From db1d81f03a9b0bb7dcdd5d5c0ac5cc7fd4dd3676 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Wed, 31 Mar 2010 19:58:49 +0000 Subject: [PATCH] Forgot this piece before. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33977 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathCases.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/InsetMathCases.cpp b/src/mathed/InsetMathCases.cpp index c188a57ef9..26ab7b2d96 100644 --- a/src/mathed/InsetMathCases.cpp +++ b/src/mathed/InsetMathCases.cpp @@ -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'"); } -- 2.39.2