Apply code review additions per @simon04.

pull/1790/head
Travis Carden 3 years ago
parent b52459237b
commit 45c769863a
No known key found for this signature in database
GPG Key ID: 7A804D35669D5366

@ -20,7 +20,7 @@ module Docs
elsif subpath =~ /core!themes/ elsif subpath =~ /core!themes/
'themes' 'themes'
else else
css('.breadcrumb > a')[1].content css('.breadcrumb a')[1].content
end end
end end

@ -10,7 +10,7 @@ module Docs
html_filters.push 'drupal/entries', 'drupal/clean_html', 'title' html_filters.push 'drupal/entries', 'drupal/clean_html', 'title'
options[:decode_and_clean_paths] = true options[:decode_and_clean_paths] = true
options[:container] = '#page-inner' options[:container] = '#page'
options[:title] = false options[:title] = false
options[:root_title] = 'Drupal' options[:root_title] = 'Drupal'

Loading…
Cancel
Save