mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
reverted example. it was good as is.
This commit is contained in:
@@ -51,7 +51,7 @@ $smarty->display('example.tpl');
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
<script language="javascript">
|
||||
var foo = 'bar';
|
||||
var foo = <!--{$foo}-->;
|
||||
function dosomething() {
|
||||
alert("foo is " + foo);
|
||||
}
|
||||
|
Reference in New Issue
Block a user