1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-14 18:55:56 +02:00

Update htmlpurifier version to 4.11.0

This commit is contained in:
Ryan Cramer
2019-08-15 06:20:38 -04:00
parent d5795c4bc3
commit 0392e9babf
12 changed files with 748 additions and 507 deletions

View File

@@ -81,6 +81,7 @@ if(!function_exists("tabIndent")):
* @param string $str String that needs the tabs
* @param int $numTabs Number of tabs to insert per line (note any existing tabs are left as-is, so indentation is retained)
* @param string $str The provided string but with tabs inserted
* @return string
* @deprecated
*
*/