Skip to content

Commit

Permalink
Updating docblock for Sanitize::stripScripts()
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jun 2, 2011
1 parent b22fdea commit 00f29f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/sanitize.php
Expand Up @@ -151,7 +151,7 @@ function stripImages($str) {
* 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
*/
Expand Down

0 comments on commit 00f29f3

Please sign in to comment.