diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index 76e420778..9135a503a 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -482,7 +482,14 @@ class wochenplan extends basis_db $this->link.='&stg_kz='.$this->stg_kz.'&sem='.$this->sem.'&ver='.$this->ver.'&grp='.$this->grp; } if ($this->type=='ort' && $this->ort_kurzbz != 'all') - echo ''.$p->t('lvplan/raum').': '.$this->ort_kurzbz.' - '.$this->ort_bezeichnung.' - '.($this->ort_max_person!=''?'( '.$this->ort_max_person.' '.$p->t('lvplan/personen').' )':'').($this->ort_content_id!=''?' - '.$p->t('lvplan/rauminformationenAnzeigen').'':'').'
'.$this->ort_ausstattung; + { + echo ''.$p->t('lvplan/raum').': '.$this->ort_kurzbz; + echo ' - '.$this->ort_bezeichnung; + echo ($this->ort_max_person!=''?' - ( '.$this->ort_max_person.' '.$p->t('lvplan/personen').' )':''); + echo ($this->ort_content_id!=''?' - '.$p->t('lvplan/rauminformationenAnzeigen').'':''); + echo ''; + echo '
'.$this->ort_ausstattung; + } if ($this->type=='lva') $this->link.='&lva='.$this->lva; echo '

'.$this->crlf;