aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2025-04-04 15:34:55 +0000
committerMario <mario@mariovavti.com>2025-04-04 15:34:55 +0000
commita16e024b51af4f90d0640ce02571b096c8b18788 (patch)
tree86a451bd376bca35304175de1f83a81c6bab9767 /Zotlabs/Module
parent860de5e28e718b122bb69ed6c01347645f558beb (diff)
downloadvolse-hubzilla-a16e024b51af4f90d0640ce02571b096c8b18788.tar.gz
volse-hubzilla-a16e024b51af4f90d0640ce02571b096c8b18788.tar.bz2
volse-hubzilla-a16e024b51af4f90d0640ce02571b096c8b18788.zip
cleanup
Diffstat (limited to 'Zotlabs/Module')
-rw-r--r--Zotlabs/Module/Embedphotos.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Embedphotos.php b/Zotlabs/Module/Embedphotos.php
index 5c6038686..edf2d162a 100644
--- a/Zotlabs/Module/Embedphotos.php
+++ b/Zotlabs/Module/Embedphotos.php
@@ -77,7 +77,7 @@ class Embedphotos extends \Zotlabs\Web\Controller {
$ext = EMPTY_STR;
$output = '[zrl=' . z_root() . '/photos/' . $channel['channel_address'] . '/image/' . $resource . ']' .
- '[zmg=' . z_root() . '/photo/' . $resource . '-' . $resolution . $ext . ']' . $filename . '[/zmg][/zrl]';
+ '[zmg=' . z_root() . '/photo/' . $resource . '-' . $resolution . $ext . ']' . $filename . '[/zmg][/zrl]' . "\r\n";
return $output;
}