diff --git a/view/View.class.php b/view/View.class.php index 99c3734e..1fa6f29f 100644 --- a/view/View.class.php +++ b/view/View.class.php @@ -179,6 +179,9 @@ class View public static function safeExternalLinks(string $html, string $domain): string { + //temporarily disable this as it is breaking JS + return $html; + $dom = new PHPHtmlParser\Dom(); $dom->load($html, ['cleanupInput' => false, 'removeDoubleSpace' => false, 'removeSmartyScripts' => false]);