diff --git a/lib/parsers/parser_front_end.rb b/lib/parsers/parser_front_end.rb index e706e5cc..385b4f82 100644 --- a/lib/parsers/parser_front_end.rb +++ b/lib/parsers/parser_front_end.rb @@ -98,7 +98,7 @@ module ParserFrontEnd page_breadcrumb = body.css('.page_breadcrumb').first if page_breadcrumb res = "
" - res << "
" + res << "
" res << "
" fragment = Nokogiri::HTML::DocumentFragment.new(body, res) page_breadcrumb.swap(fragment)