Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 21:02:01 +01:00
parent 973d933aa9
commit 266051acd2

View File

@ -45,7 +45,7 @@ echo $tpl->render(
'bar' => 'baz')); 'bar' => 'baz'));
} catch (Exception $e) { } catch (Exception $e) {
echo $e->getMessage()) . "<br/>"; echo $e->getMessage() . "<br/>";
} }