outputhtml : bug in removing the not used tokens

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4823 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-01-08 11:24:21 +00:00
parent 611ca72708
commit e92225823b

View File

@@ -106,7 +106,7 @@ EOT;
$layoutPage = str_replace ($key, $val, $layoutPage);
// Remove the not used {XXX}
$layoutPage = preg_replace ("~({\S+})~", "", $layoutPage);
$layoutPage = preg_replace ("~({[\w_-]+})~", "", $layoutPage);
//echo $layoutPage;exit;
// Manage the timestamp/md5sum for the external files managed by this