Skip to content

Commit

Permalink
change hevent to vevent. remove duplicate description translation in …
Browse files Browse the repository at this point in the history
…vevent
  • Loading branch information
Kartik authored and kylewm committed May 29, 2015
1 parent ae73e11 commit ea8e712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions mf2py/backcompat.py
Expand Up @@ -11,7 +11,7 @@
'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 @@ -95,14 +95,13 @@
'affiliation': ['p-affiliation', 'h-card'],
},
},
'hevent': {
'vevent': {
'classes': {
'dtstart': ['dt-start'],
'dtend': ['dt-end'],
'duration': ['dt-duration'],
'description': ['p-description'],
'summary': ['p-summary'],
'description': ['p-description'],
'url': ['u-url'],
'category': ['p-category'],
'location': ['h-card'],
Expand Down

0 comments on commit ea8e712

Please sign in to comment.