How do I display a rich text attribute in rich text on a page list?

Permalink
How do I get a page list to display a rich text attribute with the proper styling, and not display the HTML code?

Background:

I have a bunch of publications on my company's site and I want to create a page list that mimics a bibliography in a research paper. I created an attribute with the handle "citation" of the type "Rich Text - Simple (Default Setting)" because I want to be able to add italics to the publication titles to conform to a standard format.

Displaying the citation attribute on each publication page looks fine.

I was also able to create a page list template that displays the title and citation, but, unfortunately, the citation displays as the raw HTML from the rich text field. For example, it shows this on the page list...

<p>James Snyder, et al., "Software Product Line Support in Coremetrics OA2004," in <em>Proc. Third Int. Software Product Lines Conf. SPLC 2004, Boston, MA, USA, August 30-September 2, 2004</em>. Berlin, Germany: Springer, 2004, pp. 188-191.</p>


...but on the publication page itself it correctly displays the content within the EM tags as italics and does not display the P tags.

Any thoughts?