mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
fix wrong fix r19160. I did not have an extra \end_layout, but missed a \begin_layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19163 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cca027ba14
commit
cce9cfc975
@ -1800,6 +1800,9 @@ after label
|
|||||||
'',
|
'',
|
||||||
r'\backslash',
|
r'\backslash',
|
||||||
r'begin{lstlisting}%s' % params,
|
r'begin{lstlisting}%s' % params,
|
||||||
|
r'\end_layout',
|
||||||
|
'',
|
||||||
|
r'\begin_layout %s' % document.default_layout,
|
||||||
] + document.body[k : j - 1] + \
|
] + document.body[k : j - 1] + \
|
||||||
['',
|
['',
|
||||||
r'\begin_layout %s' % document.default_layout,
|
r'\begin_layout %s' % document.default_layout,
|
||||||
|
Loading…
Reference in New Issue
Block a user