From 71cce06d4e2514d18654ec1bc03f2912c045794b Mon Sep 17 00:00:00 2001 From: betateilchen <> Date: Tue, 27 Jan 2015 23:57:09 +0000 Subject: [PATCH] contrib/InfoPanel: fixed typo git-svn-id: https://svn.fhem.de/fhem/trunk@7750 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/contrib/InfoPanel/55_InfoPanel.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fhem/contrib/InfoPanel/55_InfoPanel.pm b/fhem/contrib/InfoPanel/55_InfoPanel.pm index 240c491d6..e68fd1491 100644 --- a/fhem/contrib/InfoPanel/55_InfoPanel.pm +++ b/fhem/contrib/InfoPanel/55_InfoPanel.pm @@ -329,7 +329,7 @@ sub btIP_itemRect { $id = ($id eq '-') ? createUniqueId() : $id; my $width = $x2 - $x1; my $height = $y2 - $y1; - my $output = "\n" : ""; # css and js header output should be coded only in one place my $css= ""; - my $scripts= ""; #btIP_getScript(); + my $scripts= btIP_getScript(); my $code= "$doctype\n\n\n$title\n$r$css$scripts\n"; return $code; }