mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Thinko
This commit is contained in:
parent
2c88159576
commit
c3001fba5c
@ -1063,7 +1063,7 @@ def processLayoutFile(file, bool_docbook):
|
||||
return classdeclaration + " " + categorydeclaration
|
||||
if qres != None:
|
||||
categorydeclaration = '"%s"' % (qres.groups()[0])
|
||||
if classdeclaration != "":
|
||||
if classdeclaration != '""':
|
||||
return classdeclaration + " " + categorydeclaration
|
||||
if classdeclaration != "":
|
||||
return classdeclaration + " " + categorydeclaration
|
||||
|
Loading…
Reference in New Issue
Block a user