aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-03-28 09:57:28 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-03-28 09:57:28 +0100
commit9787587c3817609b95f43da15120e55d693a10ee (patch)
tree7a1ef0c7737b008202e22cf9b60f5233d4a691b0 /index.php
parent83c3add386c187dbf06b9ff5cf33e749a35d1f23 (diff)
downloadwcms-9787587c3817609b95f43da15120e55d693a10ee.tar.gz
wcms-9787587c3817609b95f43da15120e55d693a10ee.zip
new render engine for elements
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 : ', '<i>'.$e->getMessage().'</i>', "\n";
+ echo '<h1>⚠ Woops ! There is a little problem : </h1>', $e->getMessage(), "\n";
}