I noticed the following formatting error that only appears in the preview but not the final submit (sorry, no hand-drawn circles :P):

Notice the trailing ) after substring(). The code used is:
[`substring()`](http://download.oracle.com/javase/1.4.2/docs/api/java/lang/String.html#substring(int))
It's obviously got something to do with the ) that ends the url, but what bugs me is that in the final submit it is able to work this out correctly.