mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 01:03:31 +02:00
related to #1693 changed smarty version to 4.1.0
This commit is contained in:
committed by
plegall
parent
25570529a7
commit
ecfa090d6d
@@ -0,0 +1,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),
|
||||
Reference in New Issue
Block a user