From ac91bd701c11e8c9e5cb42b1120eb9f88f73456a Mon Sep 17 00:00:00 2001 From: Rick Ellis Date: Sun, 26 Oct 2008 21:52:41 +0000 Subject: Fixed some typos --- user_guide/libraries/typography.html | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'user_guide/libraries/typography.html') diff --git a/user_guide/libraries/typography.html b/user_guide/libraries/typography.html index 29219059c..cd161016a 100644 --- a/user_guide/libraries/typography.html +++ b/user_guide/libraries/typography.html @@ -91,16 +91,11 @@ the following formatting:

Parameters

-

There are two optional parameters:

+

There is one optional parameters that determines whether the parser should reduce more then two consecutive linebreaks down to two. Use bolean TRUE or FALSE. -

    -
  1. Strip JavaScript Event Handlers. Determines whether the parser should strip all JavaScript event handlers for security. Use bolean TRUE or FALSE.
  2. -
  3. Reduce Linebreaks. Determines whether the parser should reduce more then two consecutive linebreaks down to two. Use bolean TRUE or FALSE.
  4. -
+

By default the parser does not reduce line breaks. In other words, if no parameters are submitted, it is the same as doing this:

-

By default the parser strips JS Event handlers and does not reduce line breaks. In other words, if no parameters are submitted, it is the same as doing this:

- -$string = $this->typography->auto_typography($string, TRUE, FALSE); +$string = $this->typography->auto_typography($string, FALSE);

Note: Typographic formatting can be processor intensive, particularly if you have a lot of content being formatted. -- cgit v1.2.3-24-g4f1b