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