Something odd on your site. When I visited it in lynx, I was seeing html tags. Checking the source:
<span itemprop='description'><strong>Welcome to the Army.Community discussion forums!</strong>
Sure enough, ampersand-escaped html tags. It’s there in the source when I look in Firefox, too, but it doesn’t display like that in FF, because later on there is a Javascript version:
"description":"\u003cstrong\u003eWelcome to the Army.Community discussion forums!\u003c/strong\u003e ..."
I don’t know if this is a general bug or something specify about your set-up.