diff --git a/html/inc/forum.inc b/html/inc/forum.inc
index 72b6911681..19d22f893f 100644
--- a/html/inc/forum.inc
+++ b/html/inc/forum.inc
@@ -530,7 +530,7 @@ function show_post(
$url = "pm.php?action=new&userid=".$user->id;
$name = $user->name;
show_button($url, "Send message", "Send $name a private message");
- echo "Joined: ", gmdate('M j y', $user->create_time), "
";
+ echo "
Joined: ", gmdate('M j y', $user->create_time), "
";
if (!isset($user->nposts)) {
$user->nposts = BoincPost::count("user=$user->id");
diff --git a/html/user/forum_thread.php b/html/user/forum_thread.php
index f19ff0de36..e14870f2b0 100644
--- a/html/user/forum_thread.php
+++ b/html/user/forum_thread.php
@@ -122,8 +122,9 @@ if ($forum->parent_type == 0) {
echo "
+
"; // Here is where the actual thread begins.