Only use non-html for team page display

svn path=/trunk/boinc/; revision=7975
This commit is contained in:
Janus B. Kristensen 2005-09-11 21:44:40 +00:00
parent 560ad4e6b2
commit 3fe81ac160
1 changed files with 2 additions and 5 deletions

View File

@ -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)) {