From 9787587c3817609b95f43da15120e55d693a10ee Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 28 Mar 2019 09:57:28 +0100 Subject: new render engine for elements --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 65b4271..a977e73 100644 --- a/index.php +++ b/index.php @@ -21,7 +21,7 @@ try { $matchoper->match(); } catch (Exception $e) { - echo '⚠ ⚠ ⚠ Sorry, there is a little problem : ', ''.$e->getMessage().'', "\n"; + echo '

⚠ Woops ! There is a little problem :

', $e->getMessage(), "\n"; } -- cgit v1.2.3