From ea8e7129a9b6d6681c076e0f5db5e3b3bf3f3012 Mon Sep 17 00:00:00 2001 From: Kartik Date: Fri, 29 May 2015 17:09:45 -0500 Subject: [PATCH] change hevent to vevent. remove duplicate description translation in vevent --- mf2py/backcompat.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mf2py/backcompat.py b/mf2py/backcompat.py index 5b7b659..f3e8468 100644 --- a/mf2py/backcompat.py +++ b/mf2py/backcompat.py @@ -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' } @@ -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'],