Przeglądaj źródła

postgresql: clean .id_link

Simon Legner 1 rok temu
rodzic
commit
4169fdff34
1 zmienionych plików z 2 dodań i 0 usunięć
  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