]> git.lyx.org Git - features.git/commitdiff
* InsetMathHull (eolString):
authorJürgen Spitzmüller <spitz@lyx.org>
Sat, 15 Nov 2008 11:04:35 +0000 (11:04 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Sat, 15 Nov 2008 11:04:35 +0000 (11:04 +0000)
- 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

index ad3bce4fefaf9e31411b4d85c49f447fb0bbef00..8496734ca86c7d5fb35ff0f179c8fd8fae9d5e94 100644 (file)
@@ -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 ";
        }