mirror of
https://github.com/mrclay/minify.git
synced 2025-08-26 15:24:48 +02:00
back out HTML minification code
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
<?php
|
||||
class HTMLMin {
|
||||
protected $html = '';
|
||||
|
||||
// -- Public Instance Methods ----------------------------------------------
|
||||
public function __construct($html) {
|
||||
$this->input = $html;
|
||||
}
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user