insert image tag in HTML 5 explicitly closed
Using Dreamweaver CC2017's "Insert" > "Image" results in an image tag code that includes a forward slash in front of the closing angle bracket. I'm working in html5 and don't wish to have the forward slash.
EXAMPLE:
DW generated code: <img src="photo.jpg" width="200" height="200" alt=""/>
Desired code: <img src="photo.jpg" width="200" height="200" alt="">
Is there a preference I can change so Dreamweaver won't include the forward slash?
