This is a strange thing that I do not see in order to understand. I have a basic mobile site that is encoded in ASP.NET MVC (in fact, in this case it does not matter, but just to host it)
When I go to a specific page, I get the following error.
This page contains the following errors:
error on line 56 in column 43: EntityRef: expected ';'
Below is the rendering of the page with the first error
Now the line specifically representing the base anchor tag has an ampersand in the query line (should it be pretty standard?). Why could this be a problem?
The iPhone does not have any problems with its playback, as well as with ordinary browsers (IE8, Chrome, FF, etc.). In my opinion, Palm Pre Browser, Android and BlackBerry Bold all display it.
In particular, the violation line is shown below (part of the basic paging control):
<a href="/Mobile/LotBrowse?page=2&watchList=False" style="text-decoration: none" title="go to page 2">
<span class="page-numbers">
2</span></a>
source
share