diff --git a/components/article/terms.php b/components/article/terms.php index 975e939..3686efc 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 ""; }