]> git.lyx.org Git - features.git/commit
Fix up the put_cmd_in_ert routine so that it accepts either a list
authorRichard Heck <rgheck@comcast.net>
Tue, 6 Jul 2010 14:24:17 +0000 (14:24 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 6 Jul 2010 14:24:17 +0000 (14:24 +0000)
commit87a93a35e618eb8c25e0baff47994e066a1d3be6
tree9b91a0adbc4933a6b4a0accff7f7553cf66debe4
parent8d18af0309252cff81c155708455c330c449bfbc
Fix up the put_cmd_in_ert routine so that it accepts either a list
or a string as input, and does the right thing either way. Previously,
when it saw a string "test" it would convert it to "t\ne\ns\nt", since
it was quite happy to call join() on the string.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34785 a592a061-630c-0410-9148-cb99ea01b6c8
lib/lyx2lyx/lyx_2_0.py