...cleaning up code from html generators. I supplied them with a current set of html files that used a nice clean (and properly indented) list. They sent back the html with the lists translated to paragraphs (like the above). I converted it back to nice clean lists. fun, fun.

While doing this, I also had to track down another bug that was causing grief for the application - an image with no src tag:
<IMG height=1 src="">
No problems with Firefox, but with IE the page would display fine, and then cause grief a couple of pages down the line. Couple of hours trying to figure that one out. I had cleaned up the html, running it through a validator, and this was flagged, but I had assumed that the html people did this for a reason (big mistake). Shouldv'e fixed it at that point, instead of having to guess why I got such weird behavior.