Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "Jade template runtime", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"keywords": [ | ||
@@ -8,0 +8,0 @@ "template" |
@@ -652,3 +652,3 @@ 'use strict'; | ||
} else { | ||
var val = JSON.stringify(attr.val); | ||
var val = attr.val; | ||
if (escaped && !(key.indexOf('data') === 0)) { | ||
@@ -655,0 +655,0 @@ val = 'jade.escape(' + val + ')'; |
{ | ||
"name": "jade", | ||
"description": "Jade template engine", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "TJ Holowaychuk <tj@vision-media.ca>", | ||
@@ -6,0 +6,0 @@ "repository": "git://github.com/visionmedia/jade", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
934459