From: Richard Heck Date: Wed, 31 Mar 2010 19:58:49 +0000 (+0000) Subject: Forgot this piece before. X-Git-Tag: 2.0.0~3603 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=db1d81f03a9b0bb7dcdd5d5c0ac5cc7fd4dd3676;p=lyx.git Forgot this piece before. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33977 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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'"); }