From 1c948c99f76c44857db0fe4a9cbe6ba4d74e804f Mon Sep 17 00:00:00 2001 From: Ayush Gupta Date: Thu, 11 Aug 2016 10:55:31 -0400 Subject: [PATCH] :bug: adds check for none value --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 5ef82ef..f462381 100644 --- a/index.js +++ b/index.js @@ -37,5 +37,5 @@ module.exports = { }, }, }, - html: '{% for option in boolean.options %}{% endfor %}', + html: '{% for option in boolean.options %}{% endfor %}', };