From 37f4b9caa02783e06dd7c5318200113409a0deb1 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 1 Jul 2011 17:56:50 -0500 Subject: backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance --- user_guide/helpers/string_helper.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user_guide/helpers/string_helper.html') diff --git a/user_guide/helpers/string_helper.html b/user_guide/helpers/string_helper.html index 6fc2cf5f7..169ee4ebb 100644 --- a/user_guide/helpers/string_helper.html +++ b/user_guide/helpers/string_helper.html @@ -70,9 +70,9 @@ String Helper

random_string()

-

Generates a random string based on the type and length you specify. Useful for creating passwords or generating random hashes.

+

Generates a random string based on the type and length you specify. Useful for creating passwords or generating random hashes.

-

The first parameter specifies the type of string, the second parameter specifies the length. The following choices are available:

+

The first parameter specifies the type of string, the second parameter specifies the length. The following choices are available:

alpha, alunum, numeric, nozero, unique, md5, encrypt and sha1