reverted example. it was good as is.

This commit is contained in:
messju
2005-06-16 17:14:40 +00:00
parent 5fd05a5a9f
commit ff249692f7

View File

@@ -51,7 +51,7 @@ $smarty->display('example.tpl');
<programlisting> <programlisting>
<![CDATA[ <![CDATA[
<script language="javascript"> <script language="javascript">
var foo = 'bar'; var foo = <!--{$foo}-->;
function dosomething() { function dosomething() {
alert("foo is " + foo); alert("foo is " + foo);
} }