diff index.pl @ 7:4c495190076f boosterpack

[svn r9] fixed blanes dodrio bug
author robert
date Thu, 10 Sep 2009 08:01:18 -0400
parents 4246c7ef6487
children 8c6d2ce90677
line wrap: on
line diff
     1.1 --- a/index.pl	Tue Sep 08 17:20:52 2009 -0400
     1.2 +++ b/index.pl	Thu Sep 10 08:01:18 2009 -0400
     1.3 @@ -117,7 +117,9 @@
     1.4  	
     1.5  	for $crd(@final_list)
     1.6  	{
     1.7 -		$rob = $rob."<img src = \"".$crd->getPix()."\"></img>";	
     1.8 +		$rob = $rob."<A HREF=\"javascript:popUp('".$crd->getPix()."')\"><img src = \"".$crd->getPix()."\"></img></A>";	
     1.9 +		
    1.10 +		
    1.11  	}
    1.12  	
    1.13  	#print $rob;