Browser issue Dolphin browser missing commas in online list

It's dolphin browser when it comes down to CSS generated commas. Tell your users to use a real web browser. No seriously lol.

Had this bug report on one of my plugins the other day. Its a browser issue. Seems to only happen under particular conditions.
 
Last edited:
The commas aren't even CSS generated. They're in the source:
Code:
<li>
<a href="members/mike.3/"
class="username">Mike</a>,
</li>

It displays some of them though, which is probably even more bizarre. I agree though - I don't really see how this can be anything but a browser quirk (especially if it only happens in Dolphin).
 
Top Bottom