From 5d04a05089cf15ba209e537ff5aad074a6be5c5f Mon Sep 17 00:00:00 2001 From: tazzydemon Date: Wed, 8 Feb 2017 13:33:43 +1300 Subject: [PATCH 01/24] Update componentFactory.js Fix gap issue in Outlook 2016 referred to in http://foundation.zurb.com/forum/posts/50493-rows-and-spacers--outlook-trouble This fix had been retested from a clean install. --- lib/componentFactory.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/componentFactory.js b/lib/componentFactory.js index 0cdcea7..1a4d8f0 100644 --- a/lib/componentFactory.js +++ b/lib/componentFactory.js @@ -23,7 +23,7 @@ module.exports = function(element) { classes = classes.concat(element.attr('class').split(' ')); } - return format('%s
', attrs, classes.join(' '), inner); + return format('%s
‍', attrs, classes.join(' '), inner); //