Mercurial > p > roundup > code
view roundup/templates/extended/html/msg.index @ 804:af4826d8773d
Default labelprops to id.
In history, make sure there's a .item before making a link / multilink
into an href.
Also in history, cgi.escape String properties.
Clean up some of the reference cycles.
| author | Gordon B. McMillan <gmcm@users.sourceforge.net> |
|---|---|
| date | Thu, 27 Jun 2002 12:05:25 +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>
