From 4cbc76b7bbd77bd02d396686d7469434c077b079 Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Tue, 23 Feb 2021 21:32:21 +0000 Subject: [PATCH] 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 --- contrib/commandref_modular.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/commandref_modular.pl b/contrib/commandref_modular.pl index 6de786576..ef17e9bbc 100644 --- a/contrib/commandref_modular.pl +++ b/contrib/commandref_modular.pl @@ -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//); + $modData{$mName}{modLinks}{$1} = 1 + if($l =~ m//); } $modData{$mName}{modLangs} = join(",", @lang); close(FH);