From 8a115626ba1ff3a3c2e02706e7b3ada134e5fe20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96sterreicher?= Date: Tue, 16 Apr 2024 10:33:27 +0200 Subject: [PATCH] =?UTF-8?q?CDATA=20bei=20Lernergebnisse=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rdf/diplomasupplement.xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rdf/diplomasupplement.xml.php b/rdf/diplomasupplement.xml.php index 8c165ce8d..189aa0c05 100644 --- a/rdf/diplomasupplement.xml.php +++ b/rdf/diplomasupplement.xml.php @@ -284,7 +284,7 @@ if (isset($_REQUEST["xmlformat"]) && $_REQUEST["xmlformat"] == "xml") { $qualifikation_beschreibung = $qualifikationsziel->result[0]->data[1]->elements[0]; $qualifikation_beschreibung = json2odt($qualifikation_beschreibung); - echo "$qualifikation_beschreibung"; + echo ""; } }