diff --git a/components/article/flags.php b/components/article/flags.php index 5f134fa..45508ef 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 "
"; } diff --git a/components/globalflag.php b/components/globalflag.php index 4a2ea08..c66fa46 100644 --- a/components/globalflag.php +++ b/components/globalflag.php @@ -9,7 +9,7 @@ if ($flags) { foreach( $flags as $flag ) { if ($flag->slug == "global") { $term_meta = get_option( "taxonomy_term_$flag->term_id" ); - echo "
"; + echo "
"; echo $flag->description; echo "
"; } diff --git a/home.php b/home.php index 04d72d9..6e425a5 100644 --- a/home.php +++ b/home.php @@ -23,7 +23,7 @@ -
Note : Si vous êtes intéressé pour découvrir plus +
Note : Si vous êtes intéressé pour découvrir plus de contenus trouvé sur internet, vous pouvez aussi regarder mon Shaarli, qui sert plus à partager des petites découverte rigolote ou intéressantes.