summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-20 00:30:13 +0300
committerAndrew Dolgov <[email protected]>2010-11-20 00:30:13 +0300
commit2547c9ec18a8169a2a0b7cad2b72a3a6204d0775 (patch)
treeaab999b0f0e9ada7638b30914df57273a9eeb216 /functions.php
parent179db4a005ac88775ef279be3804c0768785d8ba (diff)
cdm: make author clickable
Diffstat (limited to 'functions.php')
-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;