summaryrefslogtreecommitdiff
path: root/modules/info/views/info_block.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/info/views/info_block.html.php')
-rw-r--r--modules/info/views/info_block.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php
index 88f29a88..7c162767 100644
--- a/modules/info/views/info_block.html.php
+++ b/modules/info/views/info_block.html.php
@@ -2,7 +2,7 @@
<ul class="g-metadata">
<? foreach($metadata as $k => $v): ?>
<li>
- <strong class="caption"><?= $v['label'] ?></strong> <?= $v['value'] ?>
+ <strong class="caption"><?= $v["label"] ?></strong> <?= $v["value"] ?>
</li>
<? endforeach; ?>
</ul>