diff --git a/doT/index.html b/doT/index.html index 83193ec..00a9f63 100644 --- a/doT/index.html +++ b/doT/index.html @@ -114,7 +114,7 @@
<script type="text/javascript" src="doT.js"></script>
<script src="doT.js"></script>
// 1. Compile template function
var tempFn = doT.template("<h1>Here is a sample template {{=it.foo}} </h1>");