summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 70da5ab33..1778479ad 100644
--- a/functions.php
+++ b/functions.php
@@ -5172,8 +5172,8 @@
onclick=\"return cdmClicked(event, $id);\"
class=\"titleWrap$hlc_suffix\">
<a class=\"title\"
- target=\"_blank\" href=\"".$line["link"]."\">".$line["title"]."</a>
- $entry_author";
+ target=\"_blank\" href=\"".$line["link"]."\">".$line["title"].
+ " $entry_author</a>";
print $labels_str;