mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-15 22:26:04 +00:00
HTML class added to th log <pre> tag
git-svn-id: https://svn.fhem.de/fhem/trunk@2052 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
47eb347c88
commit
fcbb32c8d4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user