Hi,
I set the user agent string to
SAMSUNG-GT-E2550/E2550DXXJH3 Profile/MIDP-2.0 Configuration/CLDC-1.1 UP.Browser/6.2.3.3.c.1.101(GUI) MMP/2.0
which is a Samsung E2550 Monte Slide.
I was basically trying user agents to see if I could reproduce the error.
I got a hard failure.
XML Parsing Error: not well-formed
Location: http://www.theshorthorn.com/index.php/multimedia/photo-galleries/27596-welcome-week-2011
Line Number 133, Column 14: if (holder && wapper) {
--------------------^
the carat points to the ampersand.
If you run the page through the W3C checker, which you mentioned in another thread, you get a warning.
# Warning Line 429, Column 13: character "&" is the first character of a delimiter but occurred as data
if (holder && wapper) {
✉
This message may appear in several cases:
* You tried to include the "<" character in your page: you should escape it as "<"
* You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
* Another possibility is that you forgot to close quotes in a previous tag.
setting the user agent switcher to an iphone and a smartphone (xhtml) did not give an error.
Not sure what to advise here.