From 6e1d89e187c5a30bc87473fd72170dcb3105bb7a Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sat, 28 Mar 2015 13:23:07 -0700 Subject: [PATCH] alignment --- Gruntfile.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index 4eebfb55d..ceee0a8c5 100755 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -19,7 +19,7 @@ module.exports = (grunt) -> if part = text.match /^ [\w-]+(?![\w-=])/ # boolean attribute else if part = text.match /^ [\w-]+=(['"])/ # start of attribute value context = part[1] - else if part = text.match /^>/ # end of HTML tag + else if part = text.match /^>/ # end of HTML tag context = '' when "'", '"' if part = text.match /^[^'"<>]+/ # attribute value