diff --git a/backend.php b/backend.php
index b1c0554b..545541cb 100644
--- a/backend.php
+++ b/backend.php
@@ -245,7 +245,7 @@
while ($tmp_line = db_fetch_assoc($tmp_result)) {
$num_tags++;
$tag = $tmp_line["tag_name"];
- $tag_str = "$tag, ";
+ $tag_str = "$tag, ";
if ($num_tags == 3) {
$tags_str .= "...";