Merge pull request #328 from shoaibkamil/master

Bugfix in tumblr importer
This commit is contained in:
Tom Preston-Werner 2011-05-30 11:22:23 -07:00
commit 13f1cf5832
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ module Jekyll
content << "<dt>" + line['label'] + "</dt><dd>" + line.inner_html + "</dd>" unless line['label'] == nil || line == nil
end
content << "<section><dialog>"
content << "</section></dialog>"
elsif post['type'] == "video"
title = post.at("video-title").inner_html unless post.at("video-title") == nil
content = CGI::unescapeHTML(post.at("video-player").inner_html)