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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user