]> git.lyx.org Git - features.git/blobdiff - src/TextClass.cpp
Adapt all German and English manuals to new index features
[features.git] / src / TextClass.cpp
index a04a6f6f1aaec379a3248642e7fda27c71023178..3a131d9d8eb803254c42f60bedb546d6078f92fc 100644 (file)
@@ -691,7 +691,7 @@ TextClass::ReturnValues TextClass::read(Lexer & lexrc, ReadType rt)
                case TC_PKGOPTS : {
                        lexrc.next();
                        string const pkg = lexrc.getString();
-                       lexrc.next();
+                       lexrc.eatLine();
                        string const options = lexrc.getString();
                        package_options_[pkg] = options;
                        break;