Skip to content

Commit 678a3b8

Browse files
author
Richard Jones
committed
use the email munger
1 parent 69ebf3c commit 678a3b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

roundup/templates/classic/html/user.index

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Id: user.index,v 1.2 2001-07-29 04:07:37 richard Exp $-->
1+
<!-- $Id: user.index,v 1.3 2002-07-09 05:29:51 richard Exp $-->
22
<tr>
33
<property name="username">
44
<td><display call="link('username')"></td>
@@ -10,7 +10,7 @@
1010
<td><display call="plain('organisation')"></td>
1111
</property>
1212
<property name="address">
13-
<td><display call="plain('address')"></td>
13+
<td><display call="email('address')"></td>
1414
</property>
1515
<property name="phone">
1616
<td><display call="plain('phone')"></td>

roundup/templates/extended/html/user.index

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $Id: user.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
1+
<!-- $Id: user.index,v 1.2 2002-07-09 05:29:51 richard Exp $-->
22
<tr>
33
<property name="username">
44
<td><display call="link('username')"></td>
@@ -10,7 +10,7 @@
1010
<td><display call="plain('organisation')"></td>
1111
</property>
1212
<property name="address">
13-
<td><display call="plain('address')"></td>
13+
<td><display call="email('address')"></td>
1414
</property>
1515
<property name="phone">
1616
<td><display call="plain('phone')"></td>

0 commit comments

Comments
 (0)