aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-09 13:15:50 -0700
committerzotlabs <mike@macgirvin.com>2017-07-09 13:15:50 -0700
commit799d4ad54932f387e0f852833b5ac3377c760b32 (patch)
tree4a99caba860f8b604124ac54770b4c50bd999df4 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
parent024d2737d001fe1bbae3b4310c7e205d2c014c6f (diff)
parent8dcdcd55e5c949ad7fed16d0edc92d0db3689470 (diff)
downloadvolse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.tar.gz
volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.tar.bz2
volse-hubzilla-799d4ad54932f387e0f852833b5ac3377c760b32.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into xdev_merge
Diffstat (limited to 'vendor/ezyang/htmlpurifier/library/HTMLPurifier.php')
-rw-r--r--vendor/ezyang/htmlpurifier/library/HTMLPurifier.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
index 9c539e225..b4605ebc6 100644
--- a/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
+++ b/vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
@@ -19,7 +19,7 @@
*/
/*
- HTML Purifier 4.9.2 - Standards Compliant HTML Filtering
+ HTML Purifier 4.9.3 - Standards Compliant HTML Filtering
Copyright (C) 2006-2008 Edward Z. Yang
This library is free software; you can redistribute it and/or
@@ -58,12 +58,12 @@ class HTMLPurifier
* Version of HTML Purifier.
* @type string
*/
- public $version = '4.9.2';
+ public $version = '4.9.3';
/**
* Constant with version of HTML Purifier.
*/
- const VERSION = '4.9.2';
+ const VERSION = '4.9.3';
/**
* Global configuration object.