Changeset 2494
- Timestamp:
- 10/03/08 14:33:31 (3 months ago)
- Files:
-
- 1 modified
-
trunk/otis/config/AuthenticatedSessionResponse.fmt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/otis/config/AuthenticatedSessionResponse.fmt
r2475 r2494 19 19 <#if am.propertyList??> 20 20 <otis:PropertyList> 21 <#list propertyList as property>21 <#list am.propertyList as property> 22 22 <@out_property p=property/> 23 23 </#list>