fixed a typo in the profile photo wrapper div id
This commit is contained in:
		
					parent
					
						
							
								6745f07817
							
						
					
				
			
			
				commit
				
					
						b98b5645e6
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								boot.php
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								boot.php
									
										
									
									
									
								
							|  | @ -2100,7 +2100,7 @@ function profile_sidebar($profile) { | |||
| 
 | ||||
| 	$tabs = ''; | ||||
| 
 | ||||
| 	$photo = '<div id="profile=photo-wrapper"><img class="photo" src="' . $profile['photo'] . '" alt="' . $profile['name'] . '" /></div>'; | ||||
| 	$photo = '<div id="profile-photo-wrapper"><img class="photo" src="' . $profile['photo'] . '" alt="' . $profile['name'] . '" /></div>'; | ||||
| 
 | ||||
| 	$connect = (($profile['uid'] != local_user()) ? '<li><a id="dfrn-request-link" href="dfrn_request/' . $profile['nickname'] . '">' . t('Connect') . '</a></li>' : ''); | ||||
|   | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue