From bff52e319b85dbbc4e80e756209a240656c8e9d8 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Sat, 12 Jan 2013 21:04:17 +0000 Subject: [PATCH] Won't work for DOS encoded .pm git-svn-id: https://svn.fhem.de/fhem/trunk@2496 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/) {