diff --git a/plugins/browse/prospective.php b/plugins/browse/prospective.php
index 43924496735a8a62064c760e28aa62addef1fb7e..18f0eb64af8f256a35bd520290bd9bc2e1c7a779 100644
--- a/plugins/browse/prospective.php
+++ b/plugins/browse/prospective.php
@@ -33,7 +33,7 @@
 		                    	
 		                    	echo '<td>'.$user->profile_fields.'</td>';//fields of study
 		                    	
-		                    	echo '<td>'.$user->profile_dob_month.'/'.$user->profile_dob_day.'/'.$user->profile_dob_year'</td>';//birthday
+		                    	echo '<td>'.$user->profile_dob_month.'/'.$user->profile_dob_day.'/'.$user->profile_dob_year.'</td>';//birthday
 		                    	
 		                    	echo '</tr>';