view roundup/templates/extended/html/msg.index @ 770:0ffb5aaeecf5

Use 'email' instead of 'rfc822', if available. Don't use isinstance() on a string (not allowed in python 2.1). Return an error message instead of crashing if 'oldvalues' isn't a dict (in generateChangeNote).
author Derrick Hudson <dman13@users.sourceforge.net>
date Sat, 15 Jun 2002 15:49:29 +0000
parents 65234f56b250
children
line wrap: on
line source

<!-- $Id: msg.index,v 1.4 2002-05-22 00:32:34 richard Exp $-->
<tr class="row-hilite">
    <td><display call="link('date')"></td>
    <td><display call="plain('author')"></td>
</tr>
<tr class="msg-content">
    <td colspan=2><pre><display call="plain('content', escape=1)"></pre></td>
</tr>

Roundup Issue Tracker: http://roundup-tracker.org/