outputhtml : do not convert the html entities automatically
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@4750 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -141,7 +141,7 @@ EOT;
|
|||||||
$file->setAttribute ($val, "$src?$srcHash");
|
$file->setAttribute ($val, "$src?$srcHash");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
echo $dom->saveHTML();
|
echo html_entity_decode ($dom->saveHTML());
|
||||||
if (!defined ("PHPUNIT"))
|
if (!defined ("PHPUNIT"))
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user