mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-01 20:20:10 +00:00
commandref_modular.pl: add some more links (Forum #83248)
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@15989 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9c6da37b71
commit
1afee39275
@ -76,7 +76,7 @@ for my $lang (@lang) {
|
|||||||
$modData{$mName}{type}=$1 if($l =~ m/^=item\s+(helper|command|device)/);
|
$modData{$mName}{type}=$1 if($l =~ m/^=item\s+(helper|command|device)/);
|
||||||
$modData{$mName}{$1} =$2 if($l =~ m/^=item\s+(summary[^ ]*)\s(.*)$/);
|
$modData{$mName}{$1} =$2 if($l =~ m/^=item\s+(summary[^ ]*)\s(.*)$/);
|
||||||
$modData{$mName}{modLinks}{$1} = 1
|
$modData{$mName}{modLinks}{$1} = 1
|
||||||
if($l =~ m/<a\s+name=['"]([^ '"]+)['"]>/ && $1 !~ m/^$mName/);
|
if($l =~ m/<a\s+name=['"]([^ '"]+)['"]>/);
|
||||||
}
|
}
|
||||||
close(FH);
|
close(FH);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user