From: Grischa Brockhaus <github@brockha.us>
Date: Fri, 25 Nov 2022 01:23:16 +0000 (+0100)
Subject: Code formatting from hell..
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0d13ab09c4d08709db633e977fb68a1ef602de7;p=friendica-addons.git

Code formatting from hell..
---

diff --git a/fancybox/fancybox.php b/fancybox/fancybox.php
index 3fb548b9..f3a566a5 100644
--- a/fancybox/fancybox.php
+++ b/fancybox/fancybox.php
@@ -51,4 +51,4 @@ function fancybox_render(App $a, array &$b)
 	}
 	$html      = str_replace('class="body-attach done"', 'class="body-attach"', $html);
 	$b['html'] = $html;
-}
\ No newline at end of file
+}