diff --git a/components/ILIAS/LTIConsumer/classes/class.ilLTIConsumerSettingsFormGUI.php b/components/ILIAS/LTIConsumer/classes/class.ilLTIConsumerSettingsFormGUI.php index 54cfbf086e51..2bf406fc06b6 100755 --- a/components/ILIAS/LTIConsumer/classes/class.ilLTIConsumerSettingsFormGUI.php +++ b/components/ILIAS/LTIConsumer/classes/class.ilLTIConsumerSettingsFormGUI.php @@ -1,7 +1,5 @@ language()->txt('provider_info')); $item->setValue($this->object->getProvider()->getTitle()); - $item->setInfo($this->object->getProvider()->getDescription()); + $item->setInfo(htmlspecialchars($this->object->getProvider()->getDescription())); $this->addItem($item); $item = new ilTextInputGUI($DIC->language()->txt('title'), 'title');