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 },