summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-06-26 09:26:33 +0200
committerGitHub <noreply@github.com>2017-06-26 09:26:33 +0200
commit5b5e053b95a586c3c278e8d7c9d55c2459ed0908 (patch)
treeb12804b8e77f8c13b6a16446c0c235c8e522e4cc
parent9414d492612e08f7fa8ae46131d882547afb49ff (diff)
parent4fbc7a0cac132bb98451d7c86e89e81b76aef08f (diff)
[ci skip] Merge pull request #5162 from hex-ci/patch-3
Fix a spelling typo in security docs
-rw-r--r--user_guide_src/source/libraries/security.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/security.rst b/user_guide_src/source/libraries/security.rst
index fc5cba19d..868112684 100644
--- a/user_guide_src/source/libraries/security.rst
+++ b/user_guide_src/source/libraries/security.rst
@@ -107,7 +107,7 @@ Class Reference
If the optional second parameter is set to true, it will return boolean TRUE if
the image is safe to use and FALSE if malicious data was detected in it.
- .. important:: This method is not suitable for filtering HTML attribute vales!
+ .. important:: This method is not suitable for filtering HTML attribute values!
Use :php:func:`html_escape()` for that instead.
.. php:method:: sanitize_filename($str[, $relative_path = FALSE])