From 6fa4f3d5a6a01eb9be1e9225b13d6cd658dae2a4 Mon Sep 17 00:00:00 2001 From: billz Date: Sun, 10 Nov 2024 00:02:47 -0800 Subject: [PATCH] Minor: code cleanup --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/functions.php b/includes/functions.php index c397f775..b50bafb4 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -550,7 +550,7 @@ function renderTemplate($name, $__template_data = [], $pluginName = null) $file = realpath(dirname(__FILE__) . "/../templates/$name.php"); } if (!file_exists($file)) { - return "
template $name ($file) not found"; + return "template $name ($file) not found"; } if (is_array($__template_data)) {