2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-20 19:36:02 +00:00

98_help.pm: minor change

git-svn-id: https://svn.fhem.de/fhem/trunk@15077 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-09-17 07:51:07 +00:00
parent 1651268a9b
commit 8e9747f01a

View File

@ -258,6 +258,7 @@ sub cref_findInfo {
last if $l =~ m/$mod/i;
}
$line[0]= (split("/",$line[0]))[1] if $line[0] =~ /\//;
$line[2]= "no info" if $line[2] =~ /forum\.fhem\.de/;
my $text = "<br/><b>Module:</b> $line[0] ";
$text .= "<b>Maintainer:</b> $line[1] ";
$text .= "<b>Forum:</b> $line[2]\n";