diff --git a/admin/reports_judges.php b/admin/reports_judges.php index aba198fc..c02f1544 100644 --- a/admin/reports_judges.php +++ b/admin/reports_judges.php @@ -102,7 +102,7 @@ while($r=mysql_fetch_object($q)) $r->years_national, $r->willing_chair, $r->attending_lunch, - $r->expertise_other + str_replace("\n"," ",$r->expertise_other) ); }