2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

Removing second link to detail when group is set

git-svn-id: https://svn.fhem.de/fhem/trunk@3153 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-05-05 08:39:11 +00:00
parent 1dc261afdf
commit 90d4ef3ecf

View File

@ -103,6 +103,7 @@ sub
weblink_FwDetail($@)
{
my ($d, $text)= @_;
return "" if(AttrVal($d, "group", ""));
my $alias= AttrVal($d, "alias", $d);
my $ret = "<br>";