dyreschlock / schlock-website

Personal Website code to be run locally or generate a static website hosted through github pages.
http://theschlock.com/
0 stars 0 forks source link

JavaScript errors when Image Comments have quotes #57

Closed dyreschlock closed 1 year ago

dyreschlock commented 1 year ago

Quotation marks in Image Comments are not properly escaped, so when they are outputted the JavaScript code is broken. Add some text processing for image comments to properly sanitize their output.

dyreschlock commented 1 year ago

This particular issue has been fixed. There are plenty of other characters that might need fixing in the future.

In particular, right now, line breaks don't work. That will require a lot more than changing characters around, though.