did anybody test this?

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40520 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2011-12-18 17:48:16 +00:00
parent 4f03d21a94
commit 3da2eb41aa

View File

@ -307,7 +307,7 @@ def get_quoted_value(lines, token, start, end = 0, default = ""):
def get_option_value(line, option):
rx = option + '\s*=\s*"([^"+])"'
rx = option + '\s*=\s*"([^"]+)"'
rx = re.compile(rx)
m = rx.search(line)
if not m: