mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
fix indentation
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15361 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c174c9ea88
commit
9285259c56
@ -277,7 +277,7 @@ This must be called after convert_commandparams.
|
|||||||
option = match.group(1)
|
option = match.group(1)
|
||||||
argument = match.group(2)
|
argument = match.group(2)
|
||||||
lines = ['\\begin_inset LatexCommand bibitem']
|
lines = ['\\begin_inset LatexCommand bibitem']
|
||||||
if not option == None:
|
if not option == None:
|
||||||
lines.append('label "%s"' % option[1:-1].replace('"', '\\"'))
|
lines.append('label "%s"' % option[1:-1].replace('"', '\\"'))
|
||||||
lines.append('key "%s"' % argument[1:-1].replace('"', '\\"'))
|
lines.append('key "%s"' % argument[1:-1].replace('"', '\\"'))
|
||||||
lines.append('')
|
lines.append('')
|
||||||
|
Loading…
Reference in New Issue
Block a user