This commit is contained in:
pete_morgan
2006-03-28 00:27:52 +00:00
parent de0eae0246
commit 0103299b26

View File

@@ -17,8 +17,9 @@
<![CDATA[ <![CDATA[
{* I am a Smarty comment, I don't exist in the compiled output *} {* I am a Smarty comment, I don't exist in the compiled output *}
<html> <html>
<head>
<title>{$title}</title> <title>{$title}</title>
</html> </head>
<body> <body>
{* another single line smarty comment *} {* another single line smarty comment *}
@@ -57,6 +58,7 @@ Multi line comment block with credits block
{* &#36;Id: Exp &#36; *} {* &#36;Id: Exp &#36; *}
{* $Id: *} {* $Id: *}
</body> </body>
</html>
]]> ]]>
</programlisting> </programlisting>
</example> </example>