aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-variables/variable-auto-literal.md
blob: e5ddb34fced589d104440c400cddf7556092bfe3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\$auto\_literal {#variable.auto.literal}
===============

The Smarty delimiter tags { and } will be ignored so long as they are
surrounded by white space. This behavior can be disabled by setting
auto\_literal to false.

::: {.informalexample}

    <?php
    $smarty->auto_literal = false;
    ?>

            
:::

See also [Escaping Smarty Parsing](#language.escaping),