From 11bd95b4f32ee4d4472d66c22874f68905692bf7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 22 Mar 2013 12:42:48 +0400 Subject: de-emphasize article author --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/functions.php b/include/functions.php index 8804d71d1..3e87672e2 100644 --- a/include/functions.php +++ b/include/functions.php @@ -3024,8 +3024,8 @@ title=\"".htmlspecialchars($line['title'])."\" href=\"" . htmlspecialchars($line["link"]) . "\">" . - $line["title"] . - "$entry_author"; + $line["title"] . "" . + "$entry_author"; } else { $rv['content'] .= "
" . $line["title"] . "$entry_author
"; } -- cgit v1.2.3