Changed <abbr> tag to <span>
svn path=/trunk/; revision=413
This commit is contained in:
		
							parent
							
								
									6a5cd792f6
								
							
						
					
					
						commit
						cbbc5f30ab
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -75,7 +75,7 @@ if ($members === FALSE) { | |||
| 
 | ||||
|   foreach ($members as $member) { | ||||
|     $email = str_replace($antispam, " ", $member["email"]); | ||||
|     echo "      <li><abbr title='Last Renewed On: ".$member['last_renewed_on']."'>".$member["firstname"]." ".$member["lastname"]." <".$email."></abbr></li>\n"; | ||||
|     echo "      <li><span title='Last Renewed On: ".$member['last_renewed_on']."'>".$member["firstname"]." ".$member["lastname"]." <".$email."></span></li>\n"; | ||||
|   } | ||||
|   echo "    </ul>\n"; | ||||
| } | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Baris Cicek
						Baris Cicek