diff --git a/reference/strings/functions/crypt.xml b/reference/strings/functions/crypt.xml index 7692b8f1cf..1d0e619607 100644 --- a/reference/strings/functions/crypt.xml +++ b/reference/strings/functions/crypt.xml @@ -1,5 +1,5 @@ - + @@ -103,10 +103,12 @@ if (crypt($user_input, $password) == $password) { ]]> - + Using <function>crypt</function> with htpasswd - To create a password for use with an apache htpasswd file, you'll need to - use the first two letters of the password as the salt. + + To create a password for use with an apache htpasswd file, you'll need to + use the first two letters of the password as the salt. +