From bd64710e253773b95a385dc55e9545a0220476e4 Mon Sep 17 00:00:00 2001 From: David Chambers Date: Wed, 4 Sep 2013 14:07:43 -0700 Subject: [PATCH] fix _.template example output --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d6593a1a0..56d25b568 100644 --- a/index.html +++ b/index.html @@ -1635,7 +1635,7 @@

Utility Functions

 var compiled = _.template("<% print('Hello ' + epithet); %>");
 compiled({epithet: "stooge"});
-=> "Hello stooge."
+=> "Hello stooge"

If ERB-style delimiters aren't your cup of tea, you can change Underscore's