on my site I'm reading a list of image files from a txt file and using that to create a list of hyperlinks that will link a user to that picture. however, I noticed that when a picture has a single quote in its name (i.e. "David's Vacation.jpg") it only reads up to the single quotation mark in the href attribute, which results in a dead link. How can I fix this?