mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-13 11:16:36 +00:00
deleted leading \n at beginning of html-code
git-svn-id: https://svn.fhem.de/fhem/trunk@3372 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ba1a11fda9
commit
5b114fcb11
@ -42,6 +42,7 @@
|
|||||||
# converted to UNIX-LF - June 25, 2013
|
# converted to UNIX-LF - June 25, 2013
|
||||||
# fixed minor html-bug - June 26, 2013
|
# fixed minor html-bug - June 26, 2013
|
||||||
# added css-tags rc_body and rc_button - June 27, 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 $iconprefix = AttrVal("$name","rc_iconprefix","");
|
||||||
my $rc_html;
|
my $rc_html;
|
||||||
my $row;
|
my $row;
|
||||||
$rc_html = "\n<div class=\"remotecontrol\">";
|
$rc_html = "<div class=\"remotecontrol\">";
|
||||||
# $rc_html = "\n<div class=\"remotecontrol\" id=\"$name\">"; # provokes update by longpoll
|
# $rc_html = "<div class=\"remotecontrol\" id=\"$name\">"; # provokes update by longpoll
|
||||||
$rc_html.= '<table class="rc_body">';
|
$rc_html.= '<table class="rc_body">';
|
||||||
foreach my $rownr (0..19) {
|
foreach my $rownr (0..19) {
|
||||||
$rownr = sprintf("%2.2d",$rownr);
|
$rownr = sprintf("%2.2d",$rownr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user