From 7921f5df625d4d5620bce410a4e4caeb879d3bf7 Mon Sep 17 00:00:00 2001
From: Michael Danielczok <michael@pcsg.de>
Date: Thu, 17 Oct 2024 16:19:58 +0200
Subject: [PATCH] docs: header blocks must be separated by a single blank line

---
 index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.php b/index.php
index 5b2daac..9e6fe09 100644
--- a/index.php
+++ b/index.php
@@ -12,6 +12,7 @@
 /**
  * Register smarty functions
  */
+
 if (method_exists($Engine, 'getSmarty')) {
     $Engine->getSmarty()->registerClass('TemplateCologneUtils', 'QUI\TemplateCologne\Utils');
 }
-- 
GitLab