diff --git a/html/inc/uotd.inc b/html/inc/uotd.inc index 41cef94471..e4611b1e73 100644 --- a/html/inc/uotd.inc +++ b/html/inc/uotd.inc @@ -3,7 +3,7 @@ define('UOTD_THRESHOLD', 7); function uotd_thumbnail($profile, $user) { - return "id>"; + return "id>"; } function generate_uotd_page($profile, $user) { diff --git a/html/inc/util.inc b/html/inc/util.inc index 333f7129e7..cc0496afc7 100644 --- a/html/inc/util.inc +++ b/html/inc/util.inc @@ -423,7 +423,7 @@ function project_is_stopped() { function user_links($user) { $x = "id>$user->name"; if ($user->has_profile) { - $x .= " id>"; + $x .= " id>"; } return $x; }