]> git.lyx.org Git - lyx.git/blobdiff - development/autotests/lyxStatus.pm
Use "babel only" for some Spanish manuals
[lyx.git] / development / autotests / lyxStatus.pm
index 8182e49ac11652f4eb5cf9b5cd170c4f573fabb8..8a031840e9d070299638c8f7cb13397f39ebd36f 100644 (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";