--- C:/Users/neoguru/Desktop/parser.inc	Tue Jan 22 19:49:56 2008
+++ C:/Users/neoguru/Desktop/parser.inc_new	Wed May 28 14:33:58 2008
@@ -529,7 +529,7 @@
   $documentation = preg_replace('!@link ([a-zA-Z0-9_]+) (.*?) @endlink!', str_replace('%24', '$', l('$2', 'api/group/$1/'. $branch_name)), $documentation);
 
   // Process the @see tag
-  $documentation = preg_replace('!\n@see (.*[^.])\.?!', '<h3>See also</h3><p>$1</p>', $documentation);
+  $documentation = preg_replace('!\n@see (.*[^.])\.?!', '</p><h3>See also</h3><p>$1</p><p>', $documentation);
 
   // Replace left over curly braces
   $documentation = preg_replace('!@[{}]!', '', $documentation);
