|
@@ -112,7 +112,7 @@ if ($contentData) {
|
|
|
<span class="font-weight-bold"><?= ucwords($head) ?>:</span>
|
|
|
<i class="fa fa-arrow-right d-none"></i>
|
|
|
<span class="">
|
|
|
- <?php $out = []; foreach($set as $item) { $out[] = '<span class="__font-weight-bold">' . $item['value'] . '</span>' . ($item['comments'] ? ('<span class="text-sm ml-1 text-secondary">(' . $item['comments'] . ')</span>') : ''); } echo implode(', ', $out); ?>
|
|
|
+ <?php $out = []; foreach($set as $item) { $out[] = '<span class="__font-weight-bold">' . $item['value'] . '</span>' . ($item['comments'] ? ('<span class="text-sm ml-1 text-secondary">(' . $item['comments'] . ')</span>') : ''); } echo implode(' • ', $out); ?>
|
|
|
</span>
|
|
|
</div>
|
|
|
<?php
|