This was resulting in double-encoding of content notes, making the public
catalog display things like
<div class="content_field">...</div>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
IF content.match('\S'); -%]
<tr>
<td class='rdetail_content_type'>[% cont.label %]</td>
- <td class='rdetail_content_value' property='keywords'>[% accordion(content, trunc_length) %]</td>
+ <td class='rdetail_content_value' property='keywords'>[% content %]</td>
</tr>
[%- END;
END;