summaryrefslogtreecommitdiffstats
path: root/log_files.php
diff options
context:
space:
mode:
Diffstat (limited to 'log_files.php')
-rw-r--r--log_files.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/log_files.php b/log_files.php
index a2203d3..7c365b9 100644
--- a/log_files.php
+++ b/log_files.php
@@ -44,7 +44,7 @@ foreach (glob_recursive($glob) as $f) {
$link = 'uploads' . str_replace($upload_dir, '', $f);
$show = str_replace(array($path . '/', '/'), array('', ' / '), $f);
- $s .= sprintf('<li><a href="%s" rel="nofollow">%s</a> (%s)</li>',
+ $s .= sprintf('<li><a href="%s" rel="nofollow" class="view-inline">%s</a> (%s)</li>',
$link, $show,
_format_bytes(filesize($f))
);
@@ -61,7 +61,7 @@ foreach ($others as $suffix) {
$link = 'uploads' . str_replace($upload_dir, '', $f);
$show = explode($path, $f);
$show = $job . $suffix;
- $s .= sprintf('<li><a href="%s" rel="nofollow">%s</a> (%s)</li>',
+ $s .= sprintf('<li><a href="%s" rel="nofollow" class="view-inline">%s</a> (%s)</li>',
$link, $show,
_format_bytes(filesize($f))
);