Cmake export tests: Parse also for nameless layouts in lyx-files

This commit is contained in:
Kornel Benko 2014-05-23 11:32:19 +02:00
parent a596736d76
commit b178770ce3

View File

@ -235,7 +235,7 @@ sub checkForLayoutStart($)
{
my ($l) = @_;
if ($l =~ /^\\begin_layout\s+(.+)$/) {
if ($l =~ /^\\begin_layout\s+(.*)$/) {
#print "started layout\n";
my %selem = ();
$selem{type} = "layout";