From 54782e6b608e998f2c37bbe3be526e576b6477b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Thu, 25 Apr 2013 13:28:57 +0000 Subject: [PATCH] Fehler bei der Darstellung des LVPlan behoben wenn im Titel der Stunde Hochkomma verwendet werden --- include/wochenplan.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/wochenplan.class.php b/include/wochenplan.class.php index af1a2bbee..6661221bf 100644 --- a/include/wochenplan.class.php +++ b/include/wochenplan.class.php @@ -715,7 +715,7 @@ class wochenplan extends basis_db echo '&grp='.$this->grp; echo '&ort_kurzbz='.$this->std_plan[$i][$j][0]->ort; //.'">' echo "','Details', 'height=320,width=550,left=0,top=0,hotkeys=0,resizable=yes,status=no,scrollbars=no,toolbar=no,location=no,menubar=no,dependent=yes');"; - echo '" title="'.$titel.'" '; + echo '" title="'.$this->convert_html_chars($titel).'" '; echo ' href="#">'; // Ausgabe @@ -724,7 +724,7 @@ class wochenplan extends basis_db if($titel!='' && !$reservierung) { - echo ''; + echo ''; } echo '
'; if ($this->type=='ort' || $this->type=='lektor')