mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
commandref_modular.pl: still the a anchor mod (Forum #118915)
git-svn-id: https://svn.fhem.de/fhem/trunk@23815 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e0716730a4
commit
0f8ef18c69
@ -87,6 +87,8 @@ for my $lang (@lang) {
|
||||
$modData{$mName}{$1} =$2 if($l =~ m/^=item\s+(summary[^ ]*)\s(.*)$/);
|
||||
$modData{$mName}{modLinks}{$1} = 1
|
||||
if($l =~ m/<a\s+name=['"]([^ '"]+)['"]>/);
|
||||
$modData{$mName}{modLinks}{$1} = 1
|
||||
if($l =~ m/<a\s+id=['"]([^ '"]+)['"]>/);
|
||||
}
|
||||
$modData{$mName}{modLangs} = join(",", @lang);
|
||||
close(FH);
|
||||
|
Loading…
x
Reference in New Issue
Block a user