mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-09 21:04:28 +02:00
fix double quote example
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
{include file="`$module.contact`.tpl"}
|
{include file="`$module.contact`.tpl"}
|
||||||
|
|
||||||
{* same as $module[$view].'.tpl' in a php script
|
{* same as $module[$view].'.tpl' in a php script
|
||||||
{include file="$module.$view.tpl"}
|
{include file="`$module.$view`.tpl"}
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</example>
|
</example>
|
||||||
|
Reference in New Issue
Block a user