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; - +