diff --git a/winners.php b/winners.php index 7c6f5d9..24ba2cb 100644 --- a/winners.php +++ b/winners.php @@ -69,7 +69,7 @@ if($_GET['conferences_id'] && $_GET['type']) { $ok = false; } }else{ - echo "

".i18n("%1 ".$type." Award Winners",array($conferenceInfo['name'],$type))."

"; + echo "

".i18n("%1 ".$type." Award Winners",array($conferenceInfo['name']))."

"; }