More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / inc / modules / admin / what-config_register.php
index 2a31fd6155cfd456ee7d108d883e0c2a951a5f47..550beebfabc68a0a88dae022467d0810d39b4afd 100644 (file)
@@ -56,13 +56,13 @@ while (list($id, $name, $required) = SQL_FETCHROW($result)) {
        // Get constant value
        $name =  constant(strtoupper($name));
 
-       $OUT .= "<TR>
-  <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".$id."</TD>
-  <TD class=\"switch_sw".$SW." bottom2 right2\">&nbsp;&nbsp;".$name."</TD>
-  <TD align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">
+       $OUT .= "<tr>
+  <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">".$id."</td>
+  <td class=\"switch_sw".$SW." bottom2 right2\">&nbsp;&nbsp;".$name."</td>
+  <td align=\"center\" class=\"switch_sw".$SW." bottom2 right2\">
     ".ADD_SELECTION("yn", $required, "sel[".$id."]")."
-  </TD>
-</TR>\n";
+  </td>
+</tr>\n";
        $SW = 3 - $SW;
 }