One HTML Page at a Time, Please

    HTML files are allowed to start with one top-level tag, but if you check out that file you’ll see that it contains two. Here’s the middle bit:

    I’ve highlighted the lines that end one HTML page and start the next one. This is technically a malformed HTML file. It becomes tough to use this with some Web browsers (Firefox 20 is choking it down, but my current Webkit browsers aren’t), tough to parse if you ever need to manipulate it programmatically, and… well, it’s just a bad thing. It’s like incest or something. Gross.