From 3fe81ac1602110f0477872c51b08b0d09f9c9bc2 Mon Sep 17 00:00:00 2001 From: "Janus B. Kristensen" Date: Sun, 11 Sep 2005 21:44:40 +0000 Subject: [PATCH] Only use non-html for team page display svn path=/trunk/boinc/; revision=7975 --- html/inc/team.inc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/html/inc/team.inc b/html/inc/team.inc index ab0598341f..cbd805c6ae 100644 --- a/html/inc/team.inc +++ b/html/inc/team.inc @@ -39,11 +39,8 @@ function display_team_page($team, $offset, $sort_by) { $sort_clause = "expavg_credit desc"; } - if (strlen($team->name_html)) { - page_head("$team->name_html", "", "$team->name"); - } else { - page_head("$team->name"); - } + page_head("$team->name"); + start_table(); row1("Team info"); if (strlen($team->description)) {