From 14d260ec26e3a669e4d02d9c63055dafdf9b5ef6 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 1 Feb 2022 12:03:32 +0000 Subject: [PATCH] commandref_join.pl: make the warning politically correct (Forum #125662) git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@25607 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- contrib/commandref_join.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/commandref_join.pl b/contrib/commandref_join.pl index cf7c181ae..47aa9dd06 100755 --- a/contrib/commandref_join.pl +++ b/contrib/commandref_join.pl @@ -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) {