Javascript – How to add closing tags for line breaks (can't save the changes because of html standards)
I need to save my DOM structure as SVG image. To do so I transform some elements according to SVG standards. SVG demands that line break and img tag shall have closing tags. When I try to replace them in…