diff options
Diffstat (limited to 'template/admin/html/post')
-rw-r--r-- | template/admin/html/post/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/admin/html/post/item.php b/template/admin/html/post/item.php index 83a1d35..e81513a 100644 --- a/template/admin/html/post/item.php +++ b/template/admin/html/post/item.php @@ -14,7 +14,7 @@ <?php if($POST['ARGV']): ?> <ul class="arguments"> <?php foreach($POST['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; ?> |