classes/external/php/minify-2.1.7-html.php 1 location
|
@@ 94-96 (lines=3) @@
|
| 91 |
|
*/
|
| 92 |
|
public function process()
|
| 93 |
|
{
|
| 94 |
|
if ($this->_isXhtml === null) {
|
| 95 |
|
$this->_isXhtml = (false !== strpos($this->_html, '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML'));
|
| 96 |
|
}
|
| 97 |
|
|
| 98 |
|
$this->_replacementHash = 'MINIFYHTML' . md5($_SERVER['REQUEST_TIME']);
|
| 99 |
|
$this->_placeholders = array();
|
classes/external/php/minify-html.php 1 location
|
@@ 94-96 (lines=3) @@
|
| 91 |
|
*/ |
| 92 |
|
public function process() |
| 93 |
|
{ |
| 94 |
|
if ($this->_isXhtml === null) { |
| 95 |
|
$this->_isXhtml = (false !== strpos($this->_html, '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML')); |
| 96 |
|
} |
| 97 |
|
|
| 98 |
|
$this->_replacementHash = 'MINIFYHTML' . md5($_SERVER['REQUEST_TIME']); |
| 99 |
|
$this->_placeholders = array(); |