summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-22 12:42:48 +0400
committerAndrew Dolgov <[email protected]>2013-03-22 12:42:48 +0400
commit11bd95b4f32ee4d4472d66c22874f68905692bf7 (patch)
tree07fb61c7afc4b74b402d2ea428e5ff40e626fb0b /include
parent06b0777fa765126f1efbb50c6cf9905d2a1d3051 (diff)
de-emphasize article author
Diffstat (limited to 'include')
-rw-r--r--include/functions.php4
1 files changed, 2 insertions, 2 deletions
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"] .
- "<span class='author'>$entry_author</span></a></div>";
+ $line["title"] . "</a>" .
+ "<span class='author'>$entry_author</span></div>";
} else {
$rv['content'] .= "<div class='postTitle'>" . $line["title"] . "$entry_author</div>";
}