]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetBranch.cpp
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetBranch.cpp
index 26619216df364822665ea9354c3dcf446a5e2455..5e943a7ff1298e18d6d8b71c2b90ef7095a6b5df 100644 (file)
@@ -300,8 +300,7 @@ void InsetBranchParams::write(ostream & os) const
 
 void InsetBranchParams::read(Lexer & lex)
 {
-       lex.eatLine();
-       branch = lex.getDocString();
+       lex >> branch;
 }
 
 } // namespace lyx