diff --git a/fhem/FHEM/95_remotecontrol.pm b/fhem/FHEM/95_remotecontrol.pm index 2304a2355..40e3dd849 100644 --- a/fhem/FHEM/95_remotecontrol.pm +++ b/fhem/FHEM/95_remotecontrol.pm @@ -40,6 +40,7 @@ # Published June 23, 2013 # bugfix "use strict" upon foreign makenotify - June 24, 2013 # converted to UNIX-LF - June 25, 2013 +# fixed minor html-bug - June 26, 2013 @@ -246,7 +247,6 @@ RC_attr2html($) { $rc_html .= "\n"; } $rc_html .= ""; - $rc_html .= ""; return $rc_html; }