diff --git a/lib/jekyll/migrators/tumblr.rb b/lib/jekyll/migrators/tumblr.rb index 0345b4a9..d7cb3969 100644 --- a/lib/jekyll/migrators/tumblr.rb +++ b/lib/jekyll/migrators/tumblr.rb @@ -65,7 +65,7 @@ module Jekyll content << "
" + line['label'] + "
" + line.inner_html + "
" unless line['label'] == nil || line == nil end - content << "
" + content << "
" 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)