HTML class added to th log <pre> tag

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-11-02 07:14:23 +00:00
parent bb03d81b28
commit fd283c6f65

View File

@@ -1252,7 +1252,7 @@ FW_logWrapper($)
FW_pO "<div id=\"content\">";
FW_pO "<div class=\"tiny\">" if($FW_ss);
FW_pO "<pre>";
FW_pO "<pre class=\"log\">";
my $suffix = "</pre>".($FW_ss ? "</div>" : "")."</div>";
my $reverseLogs = AttrVal($FW_wname, "reverseLogs", 0);