From da47b99f3995a56a11d709be719ef187ada35f5f Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Tue, 1 Dec 2009 14:36:48 +0000 Subject: [PATCH] Whoops. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32278 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/scripts/layout2layout.py | 2 +- src/Layout.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/scripts/layout2layout.py b/lib/scripts/layout2layout.py index c3df4d4757..38134ec7d4 100644 --- a/lib/scripts/layout2layout.py +++ b/lib/scripts/layout2layout.py @@ -76,7 +76,7 @@ import os, re, string, sys # Do not forget to document format change in Customization # Manual (section "Declaring a new text class"). -currentFormat = 18 +currentFormat = 19 def usage(prog_name): diff --git a/src/Layout.cpp b/src/Layout.cpp index f1d76c6228..85fe11a8ab 100644 --- a/src/Layout.cpp +++ b/src/Layout.cpp @@ -177,8 +177,8 @@ bool Layout::read(Lexer & lex, TextClass const & tclass) { "htmlstyle", LT_HTMLSTYLE }, { "htmltag", LT_HTMLTAG }, { "innertag", LT_INNERTAG }, - { "intitle", LT_INTITLE }, { "inpreamble", LT_INPREAMBLE }, + { "intitle", LT_INTITLE }, { "itemsep", LT_ITEMSEP }, { "itemtag", LT_ITEMTAG }, { "keepempty", LT_KEEPEMPTY }, -- 2.39.2