summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-05-31 10:31:43 +0300
committerAndrew Dolgov <[email protected]>2019-05-31 10:31:43 +0300
commitd36b64d8a7423c2dd0e9153e1961c99cca007ca5 (patch)
treef9d2eaf11554397c44d42137806e458c157cba1f /classes/pref/system.php
parent4a2836ea90c4c471029d189a8c9fe5ec10a9521b (diff)
event log: simplify styles, prevent horizontal scrolling
sql logger: clip context length to 8kb
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index f36fd07bb..d0f8a8273 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -54,7 +54,7 @@ class Pref_System extends Handler_Protected {
</tr>";
while ($line = $res->fetch()) {
- print "<tr class=\"errrow\">";
+ print "<tr>";
foreach ($line as $k => $v) {
$line[$k] = htmlspecialchars($v);