From 16fee5c01d8f909dc48ebced280ca1a577448385 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 15 Nov 2008 11:04:35 +0000 Subject: [PATCH] * InsetMathHull (eolString): - revert rev. 27412. This is more complicated. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27437 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/InsetMathHull.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/mathed/InsetMathHull.cpp b/src/mathed/InsetMathHull.cpp index ad3bce4fef..8496734ca8 100644 --- a/src/mathed/InsetMathHull.cpp +++ b/src/mathed/InsetMathHull.cpp @@ -1021,9 +1021,7 @@ docstring InsetMathHull::eolString(row_type row, bool emptyline, bool fragile) c docstring res; if (numberedType()) { if (label_[row] && !nonum_[row]) - res += "\\label{" - + escape(label_[row]->getParam("name")) - + '}'; + res += "\\label{" + label_[row]->getParam("name") + '}'; if (nonum_[row] && (type_ != hullMultline)) res += "\\nonumber "; } -- 2.39.2