git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-01 14:36:48 +00:00
parent 9929f89856
commit da47b99f39
2 changed files with 2 additions and 2 deletions

View File

@ -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):

View File

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