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