fixed minor html-bug

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@3341 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
ulimaass
2013-06-26 20:41:13 +00:00
parent 2a363d6887
commit 77f083613c

View File

@@ -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 .= "</tr>\n";
}
$rc_html .= "</table></div>";
$rc_html .= "</table>";
return $rc_html;
}