fixes oembed typo

This commit is contained in:
Shannon
2015-06-25 17:34:33 +02:00
parent fdf53b8550
commit 1a8c89b99a

View File

@@ -9,7 +9,7 @@ namespace Umbraco.Web.Media.EmbedProviders
string requestUrl = BuildFullUrl(url, maxWidth, maxHeight);
XmlDocument doc = GetXmlResponse(requestUrl);
return GetXmlProperty(doc, "/oembed/Html");
return GetXmlProperty(doc, "/oembed/html");
}
}
}