Committer: ssafronova
LJSUP-8318: SEO: "rel=nofollow" for the links in entries and commentsU trunk/htdocs/gadgets/friends.bml
Modified: trunk/htdocs/gadgets/friends.bml =================================================================== --- trunk/htdocs/gadgets/friends.bml 2011-04-07 09:07:26 UTC (rev 10363) +++ trunk/htdocs/gadgets/friends.bml 2011-04-08 07:35:39 UTC (rev 10364) @@ -83,7 +83,10 @@ $friends{$friendid}, $itemid, $e->{'anum'}, ''), 'ljcut_disable' => $u ? $u->{'opt_ljcut_disable_friends'} : undef, 'suspend_msg' => $suspend_msg, - 'unsuspend_supportid' => $suspend_msg ? $entry->prop("unsuspend_supportid") : 0, }); + 'unsuspend_supportid' => $suspend_msg ? $entry->prop("unsuspend_supportid") : 0, + 'journalid' => $friendid, + 'posterid' => $posterid, + }); # Trim text $text = LJ::html_trim_4gadgets($text, 350, $entry->url);