mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-02 13:21:36 +01:00
Add literal tags to html, general formatting
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
Template comments are surrounded by asterisks, and that is surrounded
|
||||
by the
|
||||
<link linkend="variable.left.delimiter">delimiter</link>
|
||||
tags like so: <emphasis>{* this is a comment *}</emphasis>
|
||||
tags like so: <literal>{* this is a comment *}</literal>
|
||||
Smarty comments are NOT displayed in the final output of the template,
|
||||
unlike <!-- HTML comments -->
|
||||
unlike <literal><!-- HTML comments --></literal>
|
||||
these are useful for making internal notes in the templates which no one will see ;-)
|
||||
</para>
|
||||
<example>
|
||||
|
||||
Reference in New Issue
Block a user