]> git.lyx.org Git - lyx.git/blobdiff - src/TextClass.cpp
Fix functions that used functions but did not defined it
[lyx.git] / src / TextClass.cpp
index 7170cc2f2c64084b7d54ee47dc864ba62fbec47d..b9c75259b4acc940192a66df2f6e45da48f75a2e 100644 (file)
@@ -693,7 +693,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
                        string const pkg = lexrc.getString();
                        lexrc.eatLine();
                        string const options = lexrc.getString();
-                       package_options_[pkg] = options;
+                       package_options_[pkg] = trim(options, "\"");
                        break;
                }