From c21a462d52bd32737c32c29b060da03b38f1c2e6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 1 Jun 2012 00:07:59 +0400 Subject: remove htmlpurifier --- .../library/HTMLPurifier/Token/Text.php | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 lib/htmlpurifier/library/HTMLPurifier/Token/Text.php (limited to 'lib/htmlpurifier/library/HTMLPurifier/Token/Text.php') diff --git a/lib/htmlpurifier/library/HTMLPurifier/Token/Text.php b/lib/htmlpurifier/library/HTMLPurifier/Token/Text.php deleted file mode 100644 index 82efd823d..000000000 --- a/lib/htmlpurifier/library/HTMLPurifier/Token/Text.php +++ /dev/null @@ -1,33 +0,0 @@ -data = $data; - $this->is_whitespace = ctype_space($data); - $this->line = $line; - $this->col = $col; - } - -} - -// vim: et sw=4 sts=4 -- cgit v1.2.3