aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/page/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/page/item.php')
-rw-r--r--theme/admin/html/page/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/page/item.php b/theme/admin/html/page/item.php
index d0bf2d7..018286e 100644
--- a/theme/admin/html/page/item.php
+++ b/theme/admin/html/page/item.php
@@ -25,7 +25,7 @@
<?php if($PAGE['ARGV']): ?>
<ul class="arguments">
<?php foreach($PAGE['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; ?>