mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
Escaping von LVs mit Sonderzeichen
This commit is contained in:
@@ -326,7 +326,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml")
|
||||
$lehrveranstaltung->getLVkompatibel($lehrveranstaltung_id);
|
||||
foreach($lehrveranstaltung->lehrveranstaltungen as $lv_kompatibel)
|
||||
{
|
||||
$xml .= "<lv>".$lv_kompatibel->bezeichnung."</lv>";
|
||||
$xml .= "<lv><![CDATA[".$lv_kompatibel->bezeichnung."]]></lv>";
|
||||
}
|
||||
|
||||
$xml .= " </kompatible_lvs>";
|
||||
|
||||
Reference in New Issue
Block a user