From 046eff51f8f1f0166e5be49819afbf898cce8f31 Mon Sep 17 00:00:00 2001 From: pete_morgan Date: Tue, 26 Sep 2006 19:28:45 +0000 Subject: [PATCH] Tidying up some markup --- .../designers/language-builtin-functions.xml | 16 +-- .../language-function-html-options.xml | 4 +- docs/en/designers/language-modifiers.xml | 97 +++++++++++-------- .../language-modifier-capitalize.xml | 16 +-- .../language-modifier-cat.xml | 8 +- .../language-modifier-count-characters.xml | 10 +- .../language-modifier-count-paragraphs.xml | 12 ++- .../language-modifier-count-sentences.xml | 12 ++- .../language-modifier-count-words.xml | 12 ++- .../language-modifier-date-format.xml | 75 +++++++------- .../language-modifier-default.xml | 20 ++-- .../language-modifier-escape.xml | 59 +++++++---- .../language-modifier-indent.xml | 20 ++-- .../language-modifier-lower.xml | 15 +-- .../language-modifier-nl2br.xml | 17 ++-- .../language-modifier-regex-replace.xml | 16 +-- .../language-modifier-replace.xml | 15 +-- .../language-modifier-spacify.xml | 13 ++- .../language-modifier-string-format.xml | 11 ++- .../language-modifier-strip-tags.xml | 21 ++-- .../language-modifier-strip.xml | 21 ++-- .../language-modifier-truncate.xml | 25 +++-- .../language-modifier-upper.xml | 15 +-- .../language-modifier-wordwrap.xml | 42 ++++---- 24 files changed, 329 insertions(+), 243 deletions(-) diff --git a/docs/en/designers/language-builtin-functions.xml b/docs/en/designers/language-builtin-functions.xml index 7a07f4d1..27c27489 100644 --- a/docs/en/designers/language-builtin-functions.xml +++ b/docs/en/designers/language-builtin-functions.xml @@ -3,20 +3,20 @@ Built-in Functions - Smarty comes with several built-in functions. These built-in functions + Smarty comes with several built-in functions. These built-in functions are the integral part of the smarty template engine. You cannot create your own custom functions - with the same name; and you should not need to + with the same name; and you should not need to modify the built-in functions. - A few on these functions have an assign - attribute which collects - the result the function to a named variable within a template instead of being output; - much like the {assign} function. + A few on these functions have an assign + attribute which collects the result the function to a named + variable within a template instead of being output; + much like the + {assign} function. - &designers.language-builtin-functions.language-function-capture; &designers.language-builtin-functions.language-function-config-load; &designers.language-builtin-functions.language-function-foreach; @@ -29,7 +29,7 @@ &designers.language-builtin-functions.language-function-php; &designers.language-builtin-functions.language-function-section; &designers.language-builtin-functions.language-function-strip; - +