postgresql: clean .id_link

This commit is contained in:
Simon Legner 2024-01-14 21:04:34 +01:00
parent 89ee4c589d
commit 4169fdff34

View file

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