Comparing version 0.1.8 to 0.1.9
@@ -87,3 +87,3 @@ module.exports = (function() { | ||
peg$c9 = function(ident, val) { | ||
return m.buildRawContent(ident, val); | ||
return m.closeOpenTags(ident) + m.buildRawContent(ident, val); | ||
}, | ||
@@ -90,0 +90,0 @@ peg$c10 = function(val) { |
{ | ||
"name": "candor", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"description": "A new way to write HTML, elegantly.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
69857