diff --git a/Mf2/Parser.php b/Mf2/Parser.php index 14f432b..d0540cf 100644 --- a/Mf2/Parser.php +++ b/Mf2/Parser.php @@ -1060,7 +1060,7 @@ public function query($expression, $context = null) { 'hentry' => 'h-entry', 'hrecipe' => 'h-recipe', 'hresume' => 'h-resume', - 'hevent' => 'h-event', + 'vevent' => 'h-event', 'hreview' => 'h-review', 'hproduct' => 'h-product' ); @@ -1131,7 +1131,7 @@ public function query($expression, $context = null) { 'skill' => 'p-skill', 'affiliation' => 'p-affiliation h-card', ), - 'hevent' => array( + 'vevent' => array( 'dtstart' => 'dt-start', 'dtend' => 'dt-end', 'duration' => 'dt-duration',