Explorar o código

postgresql: clean .id_link

Simon Legner hai 1 ano
pai
achega
4169fdff34
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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