diff --git a/fhem/contrib/commandref_join.pl b/fhem/contrib/commandref_join.pl index f9273232a..2014827a0 100755 --- a/fhem/contrib/commandref_join.pl +++ b/fhem/contrib/commandref_join.pl @@ -103,6 +103,18 @@ foreach my $lang (@lang) { if($dosMode); print "*** $lang $mods{$mod}: No document text found\n" if(!$suffix && !$docCount && !$dosMode); + if($suffix && !$docCount && !$dosMode) { + if($lang eq "DE") { + print OUT << "EOF"; + +

$mod

+ +EOF + } + } print "$lang $mods{$mod}: No link\n" if(!$suffix && $docCount && !$hasLink);