In Internet Explorer, a PRE with a style of white-space:nowrap is causing the code in the PRE to be in one single line when I use prettify (http://code.google.com/p/google-code-prettify/).
Doesn’t a <br/> is supposed to cause a new line in a PRE? I checked the HTML source generated by prettify after the page has loaded and it generates <br/> when it encounter newlines.
See http://blog.mikecouturier.com/2009/12/google-street-view-with-google-maps_27.html for an example.
This doesn’t happen in FF nor Chrome.
Thanks
EDIT: Maybe this is related to this: Inserting a newline into a pre tag (IE, Javascript)
From The Internet Explorer innerHTML Quirk:
This is another IE only “bug” (even if it’s them who invented innerHTML). In the first link you have solutions to this problem but as Lucas pointed out all seems to point at code by Google which you have no control over.