2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2024-11-22 02:59:49 +00:00

commandref_join.pl: make the warning politically correct (Forum #125662)

git-svn-id: https://svn.fhem.de/fhem/trunk@25607 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2022-02-01 12:03:32 +00:00
parent 9119e1be47
commit 53212e5394

View File

@ -224,7 +224,7 @@ generateModuleCommandref($$;$$)
EOF
}
}
print "*** $lang $fPath: No a-tag with name=\"$mod\" \n"
print "*** $lang $fPath: No a-tag with id=\"$mod\" \n"
if(!$jsFile && !$suffix && $docCount && !$hasLink && !$noWarnings);
foreach $tag (TAGS) {