summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-06 20:03:36 +0300
committerAndrew Dolgov <[email protected]>2021-03-06 20:03:36 +0300
commit68ecf52594e76f3f5ac40846359fb774cd366989 (patch)
tree51fe5fcbab0fa600f375b545b89db8f475e1ceb4 /classes/pref/system.php
parent473ea6255c634fa47ee8c8e24de910785b9b095b (diff)
some small layout fixes, remove a few inline styles
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index 3456cd51f..0ccbdfea1 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -117,12 +117,12 @@ class Pref_System extends Handler_Administrative {
<table width='100%' class='event-log'>
- <tr class='title'>
- <td width='5%'><?= __("Error") ?></td>
- <td><?= __("Filename") ?></td>
- <td><?= __("Message") ?></td>
- <td width='5%'><?= __("User") ?></td>
- <td width='5%'><?= __("Date") ?></td>
+ <tr>
+ <th width='5%'><?= __("Error") ?></th>
+ <th><?= __("Filename") ?></th>
+ <th><?= __("Message") ?></th>
+ <th width='5%'><?= __("User") ?></th>
+ <th width='5%'><?= __("Date") ?></th>
</tr>
<?php