Remove weird <hr> tag

See 8c9fbd859b (commitcomment-50091018)
pull/1711/head
Damilola Olowookere 4 years ago committed by IgnusG
parent 4f0b3cc7e4
commit 3bc074dd6d

@ -52,6 +52,9 @@ module Docs
node.parent.parent['class'] = node.parent.parent['class'].gsub(/bg-.*?\b/, ' '); node.parent.parent['class'] = node.parent.parent['class'].gsub(/bg-.*?\b/, ' ');
end end
#remove weird <hr> (https://github.com/damms005/devdocs/commit/8c9fbd859b71a2525b94a35ea994393ce2b6fedb#commitcomment-50091018)
css('hr').remove
doc doc
end end

Loading…
Cancel
Save