outputhtml : allow to display the page without DOM modification
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3423 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -93,6 +93,7 @@ EOT;
|
|||||||
foreach ($replacement as $key=>$val)
|
foreach ($replacement as $key=>$val)
|
||||||
$resView = str_replace ($key, $val, $resView);
|
$resView = str_replace ($key, $val, $resView);
|
||||||
|
|
||||||
|
//echo $resView;exit;
|
||||||
// Manage the timestamp/md5sum for the external files managed by this
|
// Manage the timestamp/md5sum for the external files managed by this
|
||||||
// server.
|
// server.
|
||||||
$dom = new DOMDocument ();
|
$dom = new DOMDocument ();
|
||||||
|
|||||||
Reference in New Issue
Block a user