diff --git a/register_participants_tours.php b/register_participants_tours.php index 9befdd54..904b9987 100644 --- a/register_participants_tours.php +++ b/register_participants_tours.php @@ -196,7 +196,7 @@ while ($r = $q->fetch(PDO::FETCH_OBJ)) { echo happy(i18n('You have been assigned to a tour. Tour selection is disabled.')); $t = $tours[$assigned_tour[$r->id]]; echo i18n('Your Tour') . ": #{$t['num']}: " . i18n($t['name']) . '
'; - echo '' . i18n($t['description']) . '

'; + echo '' . i18n($t['description']) . '

'; continue; } $print_submit = true; @@ -254,7 +254,7 @@ foreach ($tours as $id => $t) { echo i18n('Grade') . ': ' . $t['grade_min'] . ' - ' . $t['grade_max'] . ''; // echo i18n(", Capacity").": ".$t['capacity']." ".i18n("students"); echo '
'; - echo '' . i18n($t['description']) . '

'; + echo '' . i18n($t['description']) . '

'; } /*