From 553c925f404557ad6568f66570e9019f297e84cd Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 25 Apr 2025 17:59:17 +0200 Subject: [PATCH] template.php: use PHP style comments --- inc/template.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/inc/template.php b/inc/template.php index 47b7bc0f..db206ab1 100644 --- a/inc/template.php +++ b/inc/template.php @@ -226,11 +226,11 @@ function twig_secure_link($href) { return $href . '/' . make_secure_link_token($href); } -// /* -// * ==================== -// * Container Detection -// * =================== -// */ +/* + * ==================== + * Container Detection + * =================== + */ function twig_check_container() { global $config;