From b63f752d2e914b3b3f45eb2b835b10b43e90ec14 Mon Sep 17 00:00:00 2001 From: ulimaass Date: Sun, 30 Jun 2013 18:40:56 +0000 Subject: [PATCH] deleted leading \n at beginning of html-code git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3372 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/95_remotecontrol.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);