|
@@ -21,8 +21,7 @@ if(count($contentData['items'])) {
|
|
<?= !!$item["frequency"] ? '/ ' . $item["frequency"] : '' ?>
|
|
<?= !!$item["frequency"] ? '/ ' . $item["frequency"] : '' ?>
|
|
</div>
|
|
</div>
|
|
<?php if(!!$item["detail"]): ?>
|
|
<?php if(!!$item["detail"]): ?>
|
|
- <div class="text-secondary font-weight-bold">Detail</div>
|
|
|
|
- <div class="ml-2"><?= $item["detail"] ?></div>
|
|
|
|
|
|
+ <div class="text-secondary"><?= $item["detail"] ?></div>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
</div>
|
|
</div>
|
|
<?php
|
|
<?php
|