aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-08-09 23:07:50 +0200
committerMario Vavti <mario@mariovavti.com>2018-08-09 23:07:50 +0200
commit7890157f52378ec7a643e76e3b5c88fa23795d32 (patch)
treebfd21a2ba2ada7fe33b99e0c01d9e84be0a7bf28 /include
parentb3d1ea4cd5d4ba3fd951b23e536fc2681c12f957 (diff)
downloadvolse-hubzilla-7890157f52378ec7a643e76e3b5c88fa23795d32.tar.gz
volse-hubzilla-7890157f52378ec7a643e76e3b5c88fa23795d32.tar.bz2
volse-hubzilla-7890157f52378ec7a643e76e3b5c88fa23795d32.zip
revert debug comment from the last commit
Diffstat (limited to 'include')
-rw-r--r--include/markdown.php2
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