diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-08-09 23:07:50 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-08-09 23:07:50 +0200 |
commit | 7890157f52378ec7a643e76e3b5c88fa23795d32 (patch) | |
tree | bfd21a2ba2ada7fe33b99e0c01d9e84be0a7bf28 /include/markdown.php | |
parent | b3d1ea4cd5d4ba3fd951b23e536fc2681c12f957 (diff) | |
download | volse-hubzilla-7890157f52378ec7a643e76e3b5c88fa23795d32.tar.gz volse-hubzilla-7890157f52378ec7a643e76e3b5c88fa23795d32.tar.bz2 volse-hubzilla-7890157f52378ec7a643e76e3b5c88fa23795d32.zip |
revert debug comment from the last commit
Diffstat (limited to 'include/markdown.php')
-rw-r--r-- | include/markdown.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |