darickc / MMM-BackgroundSlideshow

MIT License
138 stars 79 forks source link

Correct display image paths that include single quote character #56

Closed playmobil42 closed 4 years ago

playmobil42 commented 4 years ago

Build backgroundImage style using double quotes to fix a bug where a paths containing single quotes not displayed (e.g. a directory called "John's photos").

Notably paths containing double quotes are escaped by the underlying code so this change displays them as well.