From d6cfc35f367084659575175814c0a224dfb99bab Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Fri, 13 Oct 2023 09:41:45 +0200 Subject: [PATCH] feat: correction badge article --- components/article/terms.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/article/terms.php b/components/article/terms.php index c5eabc8..5cc1ce1 100644 --- a/components/article/terms.php +++ b/components/article/terms.php @@ -5,7 +5,7 @@ echo '

Romans

'; $romans = get_the_terms($post->ID, 'roman'); foreach( $romans as $roman ) { - echo "
  •  " . $roman->name . "
  • "; + echo "
  •  " . $roman->name . "
  • "; } echo ""; } else { @@ -13,7 +13,7 @@ echo ""; } @@ -22,7 +22,7 @@ echo ""; }