weblink: Fixing readings+cmd bug introduced by the SVG removal

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@3707 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2013-08-15 14:43:43 +00:00
parent 9fc58d40e1
commit 0a4e14fa97

View File

@ -18,7 +18,6 @@ weblink_Initialize($)
$hash->{FW_summaryFn} = "weblink_FwFn";
$hash->{FW_detailFn} = "weblink_FwFn";
$hash->{FW_atPageEnd} = 1;
$data{FWEXT}{"/weblinkDetails"}{FUNC} = "weblink_WriteGplot";
}
@ -111,7 +110,7 @@ weblink_FwFn($$$$)
my @lines = split(" ", $link);
my $row = 1;
my $ret = "<table>";
$ret = "<table>";
$ret .= "<tr><td><div class=\"devType\"><a href=\"/fhem?detail=$d\">".AttrVal($d, "alias", $d)."</a></div></td></tr>";
$ret .= "<tr><td><table class=\"block wide\">";
foreach my $line (@lines) {
@ -162,7 +161,6 @@ weblink_FwFn($$$$)
}
my $row = 1;
my $ret = "";
$ret .= "<table>";
$ret .= "<tr><td><div class=\"devType\"><a href=\"/fhem?detail=$d\">".AttrVal($d, "alias", $d)."</a></div></td></tr>" if( $show_heading );
$ret .= "<tr><td><table class=\"block wide\">";