1
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2025-08-05 21:57:26 +02:00

Release 2.1.5

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/php4@1814 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-06-19 22:57:15 +00:00
parent 2cc829a8cf
commit f38e81785f
7 changed files with 13 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
*/
/*
HTML Purifier 2.1.4 - Standards Compliant HTML Filtering
HTML Purifier 2.1.5 - Standards Compliant HTML Filtering
Copyright (C) 2006-2007 Edward Z. Yang
This library is free software; you can redistribute it and/or
@@ -83,7 +83,7 @@ since 2.0.0.
class HTMLPurifier
{
var $version = '2.1.4';
var $version = '2.1.5';
var $config;
var $filters = array();