Committer: vad
LJSUP-11194: Update ?v= value for static filesU trunk/cgi-bin/phonepost.pl U trunk/cgi-bin/portal-local.pl
Modified: trunk/cgi-bin/phonepost.pl =================================================================== --- trunk/cgi-bin/phonepost.pl 2012-02-08 16:18:21 UTC (rev 11444) +++ trunk/cgi-bin/phonepost.pl 2012-02-08 16:22:07 UTC (rev 11445) @@ -214,8 +214,8 @@ # make link and just return that if in bare mode $link = $ppe->{location} eq 'none' ? - "<img src='$LJ::IMGPREFIX/phonepost2.gif' alt='' width='35' height='33' />" : - "<a href='$path'><img src='$LJ::IMGPREFIX/phonepost2.gif' alt='' " . + "<img src='$LJ::IMGPREFIX/phonepost2.gif?v=956' alt='' width='35' height='33' />" : + "<a href='$path'><img src='$LJ::IMGPREFIX/phonepost2.gif?v=956' alt='' " . "width='35' height='33' border='0' /></a>"; return $link if $mode eq 'bare'; Modified: trunk/cgi-bin/portal-local.pl =================================================================== --- trunk/cgi-bin/portal-local.pl 2012-02-08 16:18:21 UTC (rev 11444) +++ trunk/cgi-bin/portal-local.pl 2012-02-08 16:22:07 UTC (rev 11445) @@ -75,7 +75,7 @@ my $goattext = $box->{'args'}->{'goattext'} || "Baaaah"; $$b .= <<"GOAT_STUFF"; -<a onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('$imgname','','$LJ::IMGPREFIX/goat-$pic.gif',1)" href="/site/goat.bml"><img name="$imgname" src="$LJ::IMGPREFIX/goat-normal.gif" width='110' height='101' hspace='2' vspace='2' border='0' alt="Frank, the LiveJournal mascot goat."></a><br /> +<a onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('$imgname','','$LJ::IMGPREFIX/goat-$pic.gif',1)" href="/site/goat.bml"><img name="$imgname" src="$LJ::IMGPREFIX/goat-normal.gif?v=2374" width='110' height='101' hspace='2' vspace='2' border='0' alt="Frank, the LiveJournal mascot goat."></a><br /> <b><i>"$goattext"</i> says Frank. GOAT_STUFF