From f1d54dd07c2d1b77658a7bf39f71b4c2b8f0eb73 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sat, 5 Dec 2009 22:56:16 +0000 Subject: [PATCH] Formatting for layout2layout. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32370 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/layout2layout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index 38134ec7d4..44af31d709 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -550,7 +550,7 @@ def convert(lines): # Add the TocLevel setting for sectioning styles if toclevel == "" and toclevels.has_key(style) and maxcounter <= toclevels[style]: - lines.insert(i, '%sTocLevel %d' % (space1, toclevels[style])) + lines.insert(i, '%s\tTocLevel %d' % (space1, toclevels[style])) i += 1 i += 1 -- 2.39.2