Topic: Directories with apostrophes don't work in SMALL mode?
I'm running into an issue when my site runs in SMALL mode on an iPhone. Some of my gallery directories contain apostrophes/single quotes. (I've had to account for this in my php code with htmlspecialchars() or addslashes() ) The site runs fine in AUTO mode on a large device, but when I switch to an iPhone, none of the images are displaying. I took a look at the source, and there are a number of generated img src tags that are broken by the apostrophe. The funny thing is that when I forced it to SMALL mode to test, I don't have the same problem on a laptop or iPad-- the larger devices don't seem to be using jbcore/full.html even in SMALL mode.
I took a look at the full.html file, and I can't see where the img src tags are being generated (I'm assuming this is in the javascript code). Is there an easy workaround for this?
Thanks,
Rick