diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-14 07:55:30 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-14 07:55:30 -0700 |
commit | cc05d279ea9c7317f6393b0336df724dbb4a898f (patch) | |
tree | 3f741baaab5da70aa19f09c3d6de87140a6aa8e3 /modules/gallery/lib/HTMLPurifier/HTMLPurifier.php | |
parent | 94e33c821f28601b60d51581c632ba1e10288298 (diff) |
Update HTMLPurifier to version 4.4.0
Diffstat (limited to 'modules/gallery/lib/HTMLPurifier/HTMLPurifier.php')
-rw-r--r-- | modules/gallery/lib/HTMLPurifier/HTMLPurifier.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/lib/HTMLPurifier/HTMLPurifier.php b/modules/gallery/lib/HTMLPurifier/HTMLPurifier.php index 0b53d1b4..71e90632 100644 --- a/modules/gallery/lib/HTMLPurifier/HTMLPurifier.php +++ b/modules/gallery/lib/HTMLPurifier/HTMLPurifier.php @@ -19,7 +19,7 @@ */ /* - HTML Purifier 3.3.0 - Standards Compliant HTML Filtering + HTML Purifier 4.0.0 - 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 = '3.3.0'; + public $version = '4.0.0'; /** Constant with version of HTML Purifier */ - const VERSION = '3.3.0'; + const VERSION = '4.0.0'; /** Global configuration object */ public $config; |