mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Only trim right end of lines in header. This allows us to preserve
whitespace in local layout.
This commit is contained in:
parent
b3ab0190c1
commit
a11e07a62f
@ -345,7 +345,7 @@ class LyX_base:
|
||||
if check_token(decoded, '\\end_preamble'):
|
||||
continue
|
||||
|
||||
line = line.strip()
|
||||
line = line.rstrip()
|
||||
if not line:
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user