FIX Imbrication html error
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-15 09:00:37 +02:00
parent edffb199e3
commit 5c46119882

View File

@ -36,9 +36,9 @@ $articles = get_field('articles', $current_issue->ID);
<li>
<a class="article-tag" href="<?php echo get_term_link($tag); ?>"><?php echo $tag->name; ?></a>
</li>
<?php endforeach; ?>
</ul>
</div>
<?php endforeach; ?>
<?php endif; ?>
</div>