From b0d13ab09c4d08709db633e977fb68a1ef602de7 Mon Sep 17 00:00:00 2001 From: Grischa Brockhaus Date: Fri, 25 Nov 2022 02:23:16 +0100 Subject: [PATCH] Code formatting from hell.. --- fancybox/fancybox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}