mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Updating docblock for Sanitize::stripScripts()
This commit is contained in:
parent
b22fdeae77
commit
00f29f312a
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class Sanitize {
|
|||
* Strips scripts and stylesheets from output
|
||||
*
|
||||
* @param string $str String to sanitize
|
||||
* @return string String with <script>, <style>, <link> elements removed.
|
||||
* @return string String with <script>, <style>, <link>, <img> elements removed.
|
||||
* @access public
|
||||
* @static
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue