Skip to content

Commit

Permalink
Minor: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
billz committed Nov 10, 2024
1 parent 6e5ef8a commit 6fa4f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ function renderTemplate($name, $__template_data = [], $pluginName = null)
$file = realpath(dirname(__FILE__) . "/../templates/$name.php");
}
if (!file_exists($file)) {
return "<br>template $name ($file) not found";
return "template $name ($file) not found";
}

if (is_array($__template_data)) {
Expand Down

0 comments on commit 6fa4f3d

Please sign in to comment.