diff --git a/outputhtml.php b/outputhtml.php
index 7a9f24f..ced574d 100644
--- a/outputhtml.php
+++ b/outputhtml.php
@@ -105,8 +105,10 @@ EOT;
else
$layoutPage = str_replace ("{content}", $resView, $layoutPage);
+ // Remove the not used {XXX}
+ $layoutPage = preg_replace ("~({\S+})~", "", $layoutPage);
- //echo $resView;exit;
+ //echo $layoutPage;exit;
// Manage the timestamp/md5sum for the external files managed by this
// server.
$dom = new \DOMDocument ();