Explorar el Código

Remove header handling

This is already taken care of in the container filter.
Harm Aarts hace 7 años
padre
commit
04ccf96396
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      lib/docs/filters/pony/clean_html.rb

+ 0 - 1
lib/docs/filters/pony/clean_html.rb

@@ -2,7 +2,6 @@ module Docs
   class Pony
     class CleanHtmlFilter < Filter
       def call
-        css('.headerlink').remove
         doc
       end
     end