fixed xss in timesheet description (#962)
This commit is contained in:
@@ -77,6 +77,6 @@ class MarkdownExtension extends AbstractExtension
|
||||
*/
|
||||
public function markdownToHtml(string $content): string
|
||||
{
|
||||
return $this->markdown->toHtml($content, true);
|
||||
return $this->markdown->toHtml($content, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user