fwenzel / imagetwist

A Firefox add-on rotating images on demand or by reading their EXIF data.
https://addons.mozilla.org/en-US/firefox/addon/imagetwist/
MIT License
2 stars 1 forks source link

Use textContent over innerHTML? #12

Open fwenzel opened 11 years ago

fwenzel commented 11 years ago

AMO editor writes: "Please assign to textContent rather than innerHTML wherever applicable."

The content I assign to innerHTML is static, so this should not be a security issue. That said, perhaps I'll have to bite the bullet and write a number of appendChild calls to create all this content via DOM calls. As an added incentive this will enable me to localize it, #7 .