Bug 3662: Invalid XHTML in update-child.tmpl - resubmission.
authorGarry Collum <gcollum@gmail.com>
Sun, 7 Feb 2010 13:50:15 +0000 (08:50 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Mon, 8 Feb 2010 12:39:55 +0000 (07:39 -0500)
Missing </td> closing tag.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/modules/members/update-child.tmpl

index 5cc059a..1d0d7fc 100644 (file)
@@ -50,7 +50,7 @@ window.close();
 <!-- TMPL_LOOP NAME="CAT_LOOP" -->
 <tr>
 <td>
-<input type="radio" id="catcode<!-- TMPL_VAR NAME="catcode" -->" name="catcode" value="<!-- TMPL_VAR NAME="catcode" -->" />
+<input type="radio" id="catcode<!-- TMPL_VAR NAME="catcode" -->" name="catcode" value="<!-- TMPL_VAR NAME="catcode" -->" /></td>
 <td><!-- TMPL_VAR NAME="catcode" --></td>
 <td><label for="catcode<!-- TMPL_VAR NAME="catcode" -->"><strong><!-- TMPL_VAR NAME="catdesc" --></strong></label></td> 
 </tr>