Skip to content

Commit

Permalink
fix string
Browse files Browse the repository at this point in the history
  • Loading branch information
chjj committed Sep 24, 2011
1 parent 0d13144 commit 3fe3c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/liquor_minimal.js
Expand Up @@ -51,8 +51,8 @@ var liquor = (function() {


while (condition.test(str)) while (condition.test(str))
str = str.replace(condition, str = str.replace(condition,
'\n$1`if ($2(typeof $3 !== "undefined" && $3)) \ '\n$1`if ($2(typeof $3 !== "undefined" && $3))'
{`$4 $1\n$1`}`' + '{`$4 $1\n$1`}`'
); );


// evaluate and interpolate // evaluate and interpolate
Expand Down

0 comments on commit 3fe3c12

Please sign in to comment.