diff --git a/include/functions.php b/include/functions.php
index 3ad438d8..e914ac36 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3367,14 +3367,14 @@
$rv['content'] .= "
$parsed_updated
";
if ($line["link"]) {
- $rv['content'] .= "";
} else {
- $rv['content'] .= "" . $line["title"] . "$entry_author
";
+ $rv['content'] .= "" . $line["title"] . "$entry_author
";
}
$tag_cache = $line["tag_cache"];
@@ -3391,7 +3391,7 @@
if (!$entry_comments) $entry_comments = " "; # placeholder
- $rv['content'] .= "
+ $rv['content'] .= "
";