diff options
Diffstat (limited to 'inc/lib_log.php')
-rwxr-xr-x | inc/lib_log.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/lib_log.php b/inc/lib_log.php index 980011e05e2..2a8a91be40a 100755 --- a/inc/lib_log.php +++ b/inc/lib_log.php @@ -59,7 +59,7 @@ class OC_LOG { */ public static function show(){ global $CONFIG_DATEFORMAT; - echo('<div class="center"><table cellpadding="6" cellspacing="0" border="0" class="browser">'); + echo('<div class="center"><table cellpadding="6" cellspacing="0" border="0" class="log">'); $result = OC_DB::query('select timestamp,user,type,message from log order by timestamp desc limit 20'); $count=OC_DB::numrows($result); |