mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
Whoops.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9929f89856
commit
da47b99f39
@ -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):
|
||||
|
@ -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 },
|
||||
|
Loading…
Reference in New Issue
Block a user