From b4f837c6cb3093fa7a7c658ea3ffc1d80de546a0 Mon Sep 17 00:00:00 2001 From: Kevin Marks Date: Wed, 27 May 2015 02:23:29 -0700 Subject: [PATCH] fix type order the html has h-org then h-card --- tests/microformats-v2/h-card/nested.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/microformats-v2/h-card/nested.json b/tests/microformats-v2/h-card/nested.json index b4b5555..ba2a938 100644 --- a/tests/microformats-v2/h-card/nested.json +++ b/tests/microformats-v2/h-card/nested.json @@ -7,7 +7,7 @@ }, "children": [{ "value": "Mozilla Foundation", - "type": ["h-card", "h-org"], + "type": ["h-org", "h-card"], "properties": { "name": ["Mozilla Foundation"], "url": ["http://mozilla.org/"]