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