<%-- Listing of recently posted comments. --%>
Comments
|
[ ${comment.userName}] :
<%-- Here, we allow wiki formatting, while escaping special HTML chars. --%>
<%-- The w:txt tag does the formatting/escaping, so we need the *unescaped* text from SafeText.getRawString(). --%>
${comment.body.rawString}
|