Website Encoding Issue I noticed.
Was searching for problems with my chat-bug in client when I noticed you have an encoding issue. Looks like something possibly not being encoded from iso to utf? Anyway, the details:
Using latest Google Chrome No proxy, no extensions, no reader plugs Error Element's CSS selector "#rioter_post + label" Pretty sure it should be some ASCII tick mark like (✔)[glyph of checkmark] of some sort, but what shows is (✓)[glyphs of a with ^ and oe as one glyph]. *[] give summary of what you should see in parenthesis Possible solution, your content header is being submitted as "text/html" without "utf-8" extension. Could be that the file format is "UTF-8 without BOM" instead of just "UFT-8". Try editing the file format, bet it solves your issue.
Enjoy Riot!