mirror of https://github.com/BOINC/boinc.git
Only use non-html for team page display
svn path=/trunk/boinc/; revision=7975
This commit is contained in:
parent
560ad4e6b2
commit
3fe81ac160
|
@ -39,11 +39,8 @@ function display_team_page($team, $offset, $sort_by) {
|
||||||
$sort_clause = "expavg_credit desc";
|
$sort_clause = "expavg_credit desc";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (strlen($team->name_html)) {
|
page_head("$team->name");
|
||||||
page_head("$team->name_html", "", "$team->name");
|
|
||||||
} else {
|
|
||||||
page_head("$team->name");
|
|
||||||
}
|
|
||||||
start_table();
|
start_table();
|
||||||
row1("Team info");
|
row1("Team info");
|
||||||
if (strlen($team->description)) {
|
if (strlen($team->description)) {
|
||||||
|
|
Loading…
Reference in New Issue