Mercurial > p > roundup > code
view roundup/templates/classic/html/msg.index @ 777:bcd284bba81f
Updated message strings...
...to match the RFC822 address quoting performed by the 'email' and
'rfc822' modules. The verification really should use a RFC2822
message parser rather than literal string comparisions to allow for
legal variations in messages.
| author | Derrick Hudson <dman13@users.sourceforge.net> |
|---|---|
| date | Tue, 18 Jun 2002 03:59:59 +0000 |
| parents | 65234f56b250 |
| children | 5643abab70ed |
line wrap: on
line source
<!-- $Id: msg.index,v 1.3 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>
