diff --git a/inc/targetticket.class.php b/inc/targetticket.class.php index ae1060c45..32ccebb76 100644 --- a/inc/targetticket.class.php +++ b/inc/targetticket.class.php @@ -1108,7 +1108,7 @@ public function save(PluginFormcreatorForm_Answer $formanswer) { // TODO: generate instances of all answers of the form and use them for the fullform computation // and the computation from a admin-defined target ticket template $data['name'] = $this->fields['name']; - $data['name'] = addslashes($this->parseTags($data['name'], $formanswer)); + $data['name'] = $this->parseTags($data['name'], $formanswer); $data['content'] = addslashes($this->fields['comment']); $data['content'] = str_replace("\r\n", '\r\n', $data['content']);