X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Fconfigure.py;h=d379f5b0eb9346ee92bf889f6cbb705987bac540;hb=c09fcc890feadcbdca4308a12c99d4f7092ff735;hp=c79be8a9ca691ff66eecbbb52ab6065fb2659bc6;hpb=35ee5f2040593617b203b6cecab8dd990082e9a1;p=lyx.git diff --git a/lib/configure.py b/lib/configure.py index c79be8a9ca..d379f5b0eb 100644 --- a/lib/configure.py +++ b/lib/configure.py @@ -1107,6 +1107,8 @@ def processModuleFile(file, bool_docbook): if res != None: readingDescription = False desc = " ".join(descLines) + # Escape quotes. + desc = desc.replace('"', '\\"') continue descLines.append(line[1:].strip()) continue