<pre> tags
Brought to you by:
jainasewen
When uploading/posting, the application/json gets wrapped in<pre>...</pre> tags. Although this should be considered a browser bug,
it's a lot more feasible to fix it in the uploading javascript. Proposed patch is in file 3516338 which changes the parseJSON call from html to text. It makes more sense to use text in this context anyway.
Let's just add the fix here as well :)