diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 09:57:28 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2019-03-28 09:57:28 +0100 |
commit | 9787587c3817609b95f43da15120e55d693a10ee (patch) | |
tree | 7a1ef0c7737b008202e22cf9b60f5233d4a691b0 /index.php | |
parent | 83c3add386c187dbf06b9ff5cf33e749a35d1f23 (diff) | |
download | wcms-9787587c3817609b95f43da15120e55d693a10ee.tar.gz wcms-9787587c3817609b95f43da15120e55d693a10ee.zip |
new render engine for elements
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ try { $matchoper->match(); } catch (Exception $e) { - echo '⚠ ⚠ ⚠ Sorry, there is a little problem : ', '<i>'.$e->getMessage().'</i>', "\n"; + echo '<h1>⚠ Woops ! There is a little problem : </h1>', $e->getMessage(), "\n"; } |