Skip to content

Commit 684c631

Browse files
committed
Merge pull request #66 from indieweb/hevent-to-vevent
change hevent to vevent in backcompat code
2 parents 28fd812 + 6e2b0c8 commit 684c631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mf2/Parser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ public function query($expression, $context = null) {
10601060
'hentry' => 'h-entry',
10611061
'hrecipe' => 'h-recipe',
10621062
'hresume' => 'h-resume',
1063-
'hevent' => 'h-event',
1063+
'vevent' => 'h-event',
10641064
'hreview' => 'h-review',
10651065
'hproduct' => 'h-product'
10661066
);
@@ -1131,7 +1131,7 @@ public function query($expression, $context = null) {
11311131
'skill' => 'p-skill',
11321132
'affiliation' => 'p-affiliation h-card',
11331133
),
1134-
'hevent' => array(
1134+
'vevent' => array(
11351135
'dtstart' => 'dt-start',
11361136
'dtend' => 'dt-end',
11371137
'duration' => 'dt-duration',

0 commit comments

Comments
 (0)