diff options
Diffstat (limited to 'theme/admin/html/user/item.php')
-rw-r--r-- | theme/admin/html/user/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/user/item.php b/theme/admin/html/user/item.php index e65b033..9a5a83e 100644 --- a/theme/admin/html/user/item.php +++ b/theme/admin/html/user/item.php @@ -29,7 +29,7 @@ <?php if($USER['ARGV']): ?> <ul class="arguments"> <?php foreach($USER['ARGV'] as $argument => $value): ?> - <li><strong><?=$argument?>:</strong> <span><?=escapeHTML($value)?></span></li> + <li><strong><?=$argument?>:</strong> <code><?=escapeHTML($value)?></code></li> <?php endforeach; ?> </ul> <?php endif; ?> |