mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Make sure we extend with a list.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36137 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6ec6e93815
commit
bae5fe21bc
@ -92,7 +92,7 @@ def add_to_preamble(document, text):
|
||||
if matched:
|
||||
return
|
||||
|
||||
document.preamble.extend("% Added by lyx2lyx")
|
||||
document.preamble.extend(["% Added by lyx2lyx"])
|
||||
document.preamble.extend(text)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user