diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index 7aa511b40..61f67a9d8 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -67,7 +67,7 @@ foreach my $lang (@lang) { my $line = 0; while(my $l = ) { $line++; - if($l =~ m/^=begin html$suffix$/) { + if($l =~ m/^=begin html$suffix/) { $l = ; # skip one line, to be able to repeat join+split $skip = 0; $line++; } elsif($l =~ m/^=end html$suffix/) {