mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 11:24:27 +02:00
mention {literal} in ldelim/rdelim text
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
<sect1 id="language.function.ldelim">
|
<sect1 id="language.function.ldelim">
|
||||||
<title>ldelim,rdelim</title>
|
<title>ldelim,rdelim</title>
|
||||||
<para>
|
<para>
|
||||||
ldelim and rdelim are used for displaying the literal delimiter, in
|
ldelim and rdelim are used for escaping template delimiters, in our
|
||||||
our case "{" or "}". The template engine always tries to interpret
|
case "{" or "}". You can also use
|
||||||
delimiters, so this is the way around that.
|
<linkend="language.function.literal">{literal}{/literal}</link> to
|
||||||
|
escape blocks of text.
|
||||||
</para>
|
</para>
|
||||||
<example>
|
<example>
|
||||||
<title>ldelim, rdelim</title>
|
<title>ldelim, rdelim</title>
|
||||||
|
Reference in New Issue
Block a user