From 7890157f52378ec7a643e76e3b5c88fa23795d32 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 9 Aug 2018 23:07:50 +0200 Subject: revert debug comment from the last commit --- include/markdown.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/markdown.php b/include/markdown.php index 18ccbd411..058b79909 100644 --- a/include/markdown.php +++ b/include/markdown.php @@ -88,7 +88,7 @@ function markdown_to_bb($s, $use_zrl = false, $options = []) { $s = preg_replace("/(\[code\])+(.*?)(\[\/code\])+/ism","[code]$2[/code]", $s); // Don't show link to full picture (until it is fixed) - //$s = scale_external_images($s, false); + $s = scale_external_images($s, false); /** * @hooks markdown_to_bb -- cgit v1.2.3