diff --git a/fhem/FHEM/95_remotecontrol.pm b/fhem/FHEM/95_remotecontrol.pm index 9881a1656..56a8c388c 100644 --- a/fhem/FHEM/95_remotecontrol.pm +++ b/fhem/FHEM/95_remotecontrol.pm @@ -42,6 +42,7 @@ # converted to UNIX-LF - June 25, 2013 # fixed minor html-bug - June 26, 2013 # added css-tags rc_body and rc_button - June 27, 2013 +# deleted leading \n at beginning of html-code - June 30, 2013 @@ -219,8 +220,8 @@ RC_attr2html($) { my $iconprefix = AttrVal("$name","rc_iconprefix",""); my $rc_html; my $row; - $rc_html = "\n
"; -# $rc_html = "\n
"; # provokes update by longpoll + $rc_html = "
"; +# $rc_html = "
"; # provokes update by longpoll $rc_html.= ''; foreach my $rownr (0..19) { $rownr = sprintf("%2.2d",$rownr);