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

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8272 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-03-23 07:16:30 +00:00
parent 4c6bced983
commit 19f7fe53ac

View File

@@ -114,7 +114,7 @@ foreach my $lang (@lang) {
EOF 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); if(!$suffix && $docCount && !$hasLink);
foreach $tag (TAGS) { foreach $tag (TAGS) {