Skip to content

Commit

Permalink
Merge branch 'master' of github.com:indieweb/php-mf2
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Jul 10, 2015
2 parents 224bc28 + 684c631 commit 7510c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mf2/Parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,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'
);
Expand Down Expand Up @@ -1140,7 +1140,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',
Expand Down

0 comments on commit 7510c90

Please sign in to comment.