From 77f083613cbe9acfc98cebd5f210609cba64e8f2 Mon Sep 17 00:00:00 2001 From: ulimaass Date: Wed, 26 Jun 2013 20:41:13 +0000 Subject: [PATCH] fixed minor html-bug git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3341 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/95_remotecontrol.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }