[livejournal] r11150: Link to the proper profile URL.

Apr 21, 2007 04:55


Committer: ahassanLink to the proper profile URL.

U branches/r6/cgi-bin/LJ/User.pm

Modified: branches/r6/cgi-bin/LJ/User.pm
===================================================================
--- branches/r6/cgi-bin/LJ/User.pm 2007-04-21 04:10:19 UTC (rev 11149)
+++ branches/r6/cgi-bin/LJ/User.pm 2007-04-21 04:55:36 UTC (rev 11150)
@@ -7066,7 +7066,7 @@
$ret .= "";

if ($u->{name}) {
- $ret .= "Name: ";
+ $ret .= "Name:
profile_url . "">";
$ret .= LJ::ehtml($u->{name});
$ret .= "
";
$ret .= "";

Previous post Next post
Up