template.php: trim

This commit is contained in:
Zankaria 2024-04-07 17:38:00 +02:00
parent df7d7e1d3c
commit 06214a1e26

View file

@ -69,4 +69,3 @@ function Element($templateFile, array $options) {
throw new Exception("Template file '${templateFile}' does not exist or is empty in '{$config['dir']['template']}'!"); throw new Exception("Template file '${templateFile}' does not exist or is empty in '{$config['dir']['template']}'!");
} }
} }