diff --git a/includes/functions.php b/includes/functions.php index 682a04b..1c78118 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -58,7 +58,7 @@ function sandwitch($str) { } else { $tagcolor = "tag is-info"; } - $output .= '' . trim($word) . ','; + $output .= '' . trim($word) . ''; } return $output; }