Large Text isn't properly rendered in uber-default view

(Incomplete Feature, Closed -> Fixed, Priority: Medium, Test Status: No automated tests yet , Reported By Bad Link: Thing 3y284of not found, )
Summary: In a Large Text, all my text gets jammed together into one big, unreadable block. Seems like it ought to respect paragraph breaks.
See an instance in Sentinels of an FAQ.

Justin: I believe the problem here has to do with the fact that you haven't defined a Default View for FAQ, so it's simply displaying the values of the properties. That is, if FAQ had a Default View that contained
[[FAQ Text]]
I think it would work.
This is ancient code, and my original assumption had been that you would always build a Default View for every Model, so I hadn't put much work into this uber-default. That assumption is looking pretty rickety, though, so I should probably see about trying to render this more correctly...
Later: ah. It's a one-word fix. Okay, I'll just fix this. (The actual bug is that we are showing the "raw" version of the rendered value instead of the "display" version. Raw suppresses HTML p tags, which made sense in high concept but utterly fails in this case.)