Skip to content

Commit

Permalink
Merge pull request #1865 from zz9pzza/issue_4098
Browse files Browse the repository at this point in the history
issue 4098: Follow new css
  • Loading branch information
elzj committed Oct 4, 2014
2 parents 892651a + 2dd5c12 commit a97eeff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/story_parser.rb
Expand Up @@ -584,7 +584,7 @@ def parse_story_from_lj(story)
work_params[:title].gsub! /^[^:]+: /, ""
work_params.merge!(scan_text_for_meta(storytext))

date = @doc.css("span.b-singlepost-author-date")
date = @doc.css("time.b-singlepost-author-date")
unless date.empty?
work_params[:revised_at] = convert_revised_at(date.first.inner_text)
end
Expand Down

0 comments on commit a97eeff

Please sign in to comment.