Index: person_data.tmpl =================================================================== RCS file: /usr/local/cvsroot/comas/comas/examples/templates/icgtmp/committee/person_adm/person_data.tmpl,v retrieving revision 1.8 diff -b -u -2 -r1.8 person_data.tmpl --- person_data.tmpl 24 Jan 2005 17:04:06 -0000 1.8 +++ person_data.tmpl 18 Feb 2005 18:49:26 -0000 @@ -39,5 +39,5 @@ <td class="name">Departure date/time (yy/mm/dd hh:mm)</td> <td class="input"><input type="text" name="-departure_time" - size="15" value="<TMPL_VAR NAME=-departure_time"></td> + size="15" value="<TMPL_VAR NAME=-departure_time>"></td> </tr> <tr> Index: person_delete.tmpl =================================================================== RCS file: /usr/local/cvsroot/comas/comas/examples/templates/icgtmp/committee/person_adm/person_delete.tmpl,v retrieving revision 1.6 diff -b -u -2 -r1.6 person_delete.tmpl --- person_delete.tmpl 24 Jan 2005 17:04:06 -0000 1.6 +++ person_delete.tmpl 18 Feb 2005 18:49:26 -0000 @@ -35,5 +35,5 @@ <tr> <td class="name">Departure date/time (yy/mm/dd hh:mm)</td> - <td class="input"><TMPL_VAR NAME=-departure_time</td> + <td class="input"><TMPL_VAR NAME=-departure_time></td> </tr> <tr>