diff --git a/fhem/contrib/commandref_modular.pl b/fhem/contrib/commandref_modular.pl
index 6de786576..ef17e9bbc 100644
--- a/fhem/contrib/commandref_modular.pl
+++ b/fhem/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);