MDL-23097 latest htmlpurifier 4.1.1

This commit is contained in:
Petr Skoda
2010-07-05 21:10:51 +00:00
parent 60e9031391
commit 94c1fe8096
11 changed files with 94 additions and 60 deletions
+3 -3
View File
@@ -19,7 +19,7 @@
*/
/*
HTML Purifier 4.1.0 - Standards Compliant HTML Filtering
HTML Purifier 4.1.1 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
@@ -55,10 +55,10 @@ class HTMLPurifier
{
/** Version of HTML Purifier */
public $version = '4.1.0';
public $version = '4.1.1';
/** Constant with version of HTML Purifier */
const VERSION = '4.1.0';
const VERSION = '4.1.1';
/** Global configuration object */
public $config;