2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-15 16:19:11 +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:
rudolfkoenig 2012-11-02 07:14:23 +00:00
parent 47eb347c88
commit fcbb32c8d4

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);