Sfoglia il codice sorgente

Remove header handling

This is already taken care of in the container filter.
Harm Aarts 7 anni fa
parent
commit
04ccf96396
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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 Pony
     class CleanHtmlFilter < Filter
     class CleanHtmlFilter < Filter
       def call
       def call
-        css('.headerlink').remove
         doc
         doc
       end
       end
     end
     end