PHPUnit: Use better enclosing element

pull/1460/head
Phil Scherer 4 years ago
parent 2e6d7953c2
commit c5e4be72f7

@ -2,6 +2,7 @@ module Docs
class Phpunit
class CleanHtmlFilter < Filter
def call
@doc = at_css('.section') if not root_page?
css('pre').each do |node|
node['class'] = 'highlight'

Loading…
Cancel
Save