don't double-escape bio
darcs-hash:20080706210809-84dde-84b674413c2ca6540176191cc5f1b5a2ef170cbc.gz
This commit is contained in:
		@@ -146,7 +146,7 @@ class ShowstreamAction extends StreamAction {
 | 
				
			|||||||
			common_element('p', 'location', $profile->location);
 | 
								common_element('p', 'location', $profile->location);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if ($profile->bio) {
 | 
							if ($profile->bio) {
 | 
				
			||||||
			common_element('p', 'description', htmlspecialchars($profile->bio));
 | 
								common_element('p', 'description', $profile->bio);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		if ($profile->homepage) {
 | 
							if ($profile->homepage) {
 | 
				
			||||||
			common_element_start('p', 'website');
 | 
								common_element_start('p', 'website');
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user