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

Release 2.1.4

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/branches/php4@1736 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
Edward Z. Yang
2008-05-18 18:56:27 +00:00
parent ec6b6821cf
commit 487fcd55ea
6 changed files with 12 additions and 12 deletions

View File

@@ -22,7 +22,7 @@
*/
/*
HTML Purifier 2.1.3 - Standards Compliant HTML Filtering
HTML Purifier 2.1.4 - 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.3';
var $version = '2.1.4';
var $config;
var $filters = array();