mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54: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>
|
||||||
@@ -39,4 +40,4 @@ End:
|
|||||||
vim600: syn=xml fen fdm=syntax fdl=2 si
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
||||||
vim: et tw=78 syn=sgml
|
vim: et tw=78 syn=sgml
|
||||||
vi: ts=1 sw=1
|
vi: ts=1 sw=1
|
||||||
-->
|
-->
|
||||||
|
Reference in New Issue
Block a user