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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user