From 85034163a7c699084f5805b7307387f252d2f1d4 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 3 Jan 2021 10:25:50 +0100 Subject: [PATCH] fix(single.php): add space between tags Fixes #18 --- single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/single.php b/single.php index b729986..3233ec4 100644 --- a/single.php +++ b/single.php @@ -49,7 +49,7 @@ term_id ) ) . "' class='btn-small btn-primary'> " . $tag->name . ""; + echo " " . $tag->name . " "; } } ?>