1
0
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:
Ryan Grove
2007-05-27 22:38:16 +00:00
parent e5362b0b46
commit bef122d309
2 changed files with 23 additions and 23 deletions

View File

@@ -1,10 +0,0 @@
<?php
class HTMLMin {
protected $html = '';
// -- Public Instance Methods ----------------------------------------------
public function __construct($html) {
$this->input = $html;
}
}
?>