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)) {