More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / inc / modules / admin / what-config_home.php
index 92092beb2c6c27b93340bf801e011552af1a748c..cde99debfbd7288d4a6b4786fb5f1247517d1fa1 100644 (file)
@@ -87,13 +87,13 @@ ORDER BY sort ASC", __FILE__, __LINE__);
                }
 
                // Add row...
-               $OUT .= "<TR>
-         <TD class=\"switch_sw".$SW." bottom right\">&nbsp;".$id."</TD>
-         <TD class=\"switch_sw".$SW." bottom right\">&nbsp;".$wtitle."</TD>
-         <TD class=\"switch_sw".$SW." bottom\" align=\"center\">
+               $OUT .= "<tr>
+         <td class=\"switch_sw".$SW." bottom right\">&nbsp;".$id."</td>
+         <td class=\"switch_sw".$SW." bottom right\">&nbsp;".$wtitle."</td>
+         <td class=\"switch_sw".$SW." bottom\" align=\"center\">
            ".$LINK."
-         </TD>
-       </TR>\n";
+         </td>
+       </tr>\n";
 
                // Switch color
                $SW = 3 - $SW;