2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 05:06:35 +00:00

contrib/commandref_join.pl: allow additional attributes for <a name="MODNAME"..

git-svn-id: https://svn.fhem.de/fhem/trunk@5073 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-02-28 14:07:37 +00:00
parent d01be61a65
commit 1d874e81b8

View File

@ -88,7 +88,7 @@ foreach my $lang (@lang) {
} elsif(!$skip) {
print OUT $l;
$docCount++;
$hasLink = ($l =~ m/<a name="$mod">/) if(!$hasLink);
$hasLink = ($l =~ m/<a name="$mod"/) if(!$hasLink);
foreach $tag (TAGS) {
my $ot = ($tagcount{$tag} ? $tagcount{$tag} : 0);
$tagcount{$tag} +=()= ($l =~ /<$tag>/gi);