madeon (madeon) wrote in changelog,
madeon
madeon
changelog

[livejournal] r19350: LJSUP-9106 fix: Fixed: fhref to href, al...

Committer: sbelyaev
LJSUP-9106 fix: Fixed: fhref to href, all robot meta tags adding moved to _page_head function.
U   trunk/cgi-bin/LJ/S2/HeadContent.pm
Modified: trunk/cgi-bin/LJ/S2/HeadContent.pm
===================================================================
--- trunk/cgi-bin/LJ/S2/HeadContent.pm	2011-06-23 07:53:17 UTC (rev 19349)
+++ trunk/cgi-bin/LJ/S2/HeadContent.pm	2011-06-23 08:47:07 UTC (rev 19350)
@@ -126,6 +126,7 @@
 
     my $get = $opts->{'getargs'};
     my $need_block_robots = $opts->{entry_block_robots};
+    $need_block_robots ||= $opts->{reply_block_robots};
     $need_block_robots ||= $u->should_block_robots;
     $need_block_robots ||= $get->{'skip'};
 
@@ -227,7 +228,7 @@
     $head_content .= qq(title=");
     $head_content .= LJ::ehtml($friendstitle);
     $head_content .= qq(" );
-    $head_content .= qq(fhref=") .LJ::ehtml($friendsurl). qq(" />\n);
+    $head_content .= qq(href=") .LJ::ehtml($friendsurl). qq(" />\n);
 
     if ( my $icbm = $u->prop("icbm") ) {
         $head_content .= qq(<meta name="ICBM" content="$icbm" />\n);
@@ -243,10 +244,6 @@
 
     my $head_content = $LJ::COMMON_CODE{'chalresp_js'};
 
-    if ( $opts->{reply_block_robots} ) {
-        $head_content .= LJ::robot_meta_tags();
-    }
-
     return $head_content;
 }
 
@@ -254,14 +251,8 @@
     my ($self) = @_;
 
     my $u = $self->{u};
-    my $head_content = '';
-
-    $head_content = $u->openid_tags;
-
-    if ($u->should_block_robots) {
-        $head_content .= LJ::robot_meta_tags();
-    }
-
+    my $head_content =  $u->openid_tags;
+    
     return $head_content;
 }
 

Tags: livejournal, madeon, pm
Subscribe

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

    default userpic

    Your reply will be screened

    Your IP address will be recorded 

  • 0 comments