Ver Fonte

postgresql: clean .id_link

Simon Legner há 1 ano atrás
pai
commit
4169fdff34
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      lib/docs/filters/postgresql/clean_html.rb

+ 2 - 0
lib/docs/filters/postgresql/clean_html.rb

@@ -88,6 +88,8 @@ module Docs
           node.remove_attribute 'class'
           node.remove_attribute 'style'
         end
+
+        css('.id_link').remove
       end
     end
   end