Mercurial > p > roundup > code
diff roundup/templates/classic/html/file.index @ 602:c242455d9b46 config-0-4-0-branch
Brought the config branch up to date with HEAD
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 06 Feb 2002 04:05:55 +0000 |
| parents | 72343138b660 |
| children |
line wrap: on
line diff
--- a/roundup/templates/classic/html/file.index Wed Feb 06 03:47:17 2002 +0000 +++ b/roundup/templates/classic/html/file.index Wed Feb 06 04:05:55 2002 +0000 @@ -1,7 +1,7 @@ -<!-- $Id: file.index,v 1.3 2001-10-21 11:42:15 richard Exp $--> +<!-- $Id: file.index,v 1.3.2.1 2002-02-06 04:05:54 richard Exp $--> <tr> <property name="name"> - <td><display call="link('name', is_download=1)"></td> + <td><display call="download('name')"></td> </property> <property name="type"> <td><display call="plain('type')"></td>
