1
0
Эх сурвалжийг харах

postgresql: clean .id_link

Simon Legner 1 жил өмнө
parent
commit
4169fdff34

+ 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