Bug 3662: Invalid XHTML in update-child.tmpl - resubmission.
Missing </td> closing tag. Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
1f5d1299b0
commit
2e6ea2d4cd
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue