]> git.lyx.org Git - lyx.git/commit
Fix bug #10320.
authorRichard Heck <rgheck@lyx.org>
Thu, 4 Aug 2016 21:45:10 +0000 (17:45 -0400)
committerRichard Heck <rgheck@lyx.org>
Thu, 4 Aug 2016 21:45:40 +0000 (17:45 -0400)
commit8d65a6d2776268a4c4762a5450844ade3fb5a8df
treeb143abc81aba27a540af15fd8547c200f1bcd2c1
parent63cf3297f8e9a45a582d80ebe23f8f6802bcb368
Fix bug #10320.

Layout::write needs to allow for the possility that the name of the
style may contain a space. It seems sufficient just always to quote it.
src/Layout.cpp