diff --git a/application/modules/training/views/index/show.php b/application/modules/training/views/index/show.php
index 36509fad7..ce938bb89 100644
--- a/application/modules/training/views/index/show.php
+++ b/application/modules/training/views/index/show.php
@@ -70,13 +70,11 @@
=$this->getTrans('periodEntry') ?>
getPeriodType()) {
- echo $periodTypes[$training->getPeriodType()];
- if ($training->getPeriodType() != 'days') {
- echo ' (x ' . $training->getPeriodDay() . ')';
- } else {
- echo ' (' . $periodDays[$training->getPeriodDay()] . ')';
- }
+ echo $periodTypes[$training->getPeriodType()];
+ if ($training->getPeriodType() != 'days') {
+ echo ' (x ' . $training->getPeriodDay() . ')';
+ } else {
+ echo ' (' . $periodDays[$training->getPeriodDay()] . ')';
}
?>