diff --git a/register_participants.php b/register_participants.php
index 61bd8a1..cfa8ec4 100644
--- a/register_participants.php
+++ b/register_participants.php
@@ -207,7 +207,7 @@
echo "";
echo "
";
echo "
";
- echo "";
+ echo "";
echo "";
$allownew=false;
$showform=false;
@@ -250,7 +250,7 @@
echo "";
echo "
";
echo "
";
- echo "";
+ echo "";
echo "";
$allownew=false;
$showform=false;
@@ -327,7 +327,7 @@
echo "";
echo "
";
echo "
";
- echo "";
+ echo "";
echo "";
echo "
";
echo i18n("If you have lost or forgotten your registration number, please click here to resend it to your email address");
diff --git a/winners.php b/winners.php
index 3c7e89a..2902650 100644
--- a/winners.php
+++ b/winners.php
@@ -274,9 +274,8 @@ else
award_types.order
");
echo mysql_error();
- while($tr=mysql_fetch_object($tq))
- {
- echo " year&type=$tr->type\">".i18n("%1 %2 award winners",array($r->year,$tr->type))."
";
+ while($tr=mysql_fetch_object($tq)) {
+ echo " year&type=$tr->type\">".i18n("%1 $tr->type award winners",array($r->year))."
";
}
echo "
";
$first=false;