adds archive-item-block class to wrapper

This commit is contained in:
buttle 2021-09-13 12:57:56 +02:00
parent 065b42c606
commit 66a6ed31e0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<div class="arc-hive-pdf"> <div class="archive-item-block arc-hive-pdf">
<div class="pdf-summary"><?= $description_text ?></div> <div class="pdf-summary"><?= $description_text ?></div>
<a href="<?= $pdf_url ?>"><?= $link_name ?></a> [PDF icon] <a href="<?= $pdf_url ?>"><?= $link_name ?></a> (PDF)
</div> </div>