2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

commandref_join.pl: fix green color (Forum #34450)

git-svn-id: https://svn.fhem.de/fhem/trunk@8272 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2015-03-23 07:16:30 +00:00
parent c4a3debd58
commit 314f8185db

View File

@ -114,7 +114,7 @@ foreach my $lang (@lang) {
EOF
}
}
print "$lang $mods{$mod}: No <a name=\"$mod\"> link\n"
print "$lang $mods{$mod}: No a-tag with name=\"$mod\" \n"
if(!$suffix && $docCount && !$hasLink);
foreach $tag (TAGS) {