diff --git a/components/article/flags.php b/components/article/flags.php index 072d66e..5f29fda 100644 --- a/components/article/flags.php +++ b/components/article/flags.php @@ -2,7 +2,7 @@ if ($flags) { foreach( $flags as $flag ) { $term_meta = get_option( "taxonomy_term_$flag->term_id" ); - echo "
"; + echo "
"; echo $flag->description; echo "
"; }