diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index de7f93faa1..bf1a218dc3 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -3734,7 +3734,7 @@ class learnpath { $arrLP[] = array( 'id' => $row['id'], 'item_type' => $row['item_type'], - 'title' => $row['title'], + 'title' => addslashes($row['title']), 'path' => $row['path'], 'description' => $row['description'], 'parent_item_id' => $row['parent_item_id'],