More HTML tags ported to XHTML (all lower-case), bug #33 resolved
[mailer.git] / templates / de / html / admin / admin_patches_row.tpl
index 390226054bc04825c5fe7ed8811638002a4b926e..9449ffeee409fd52a81135ebbdb08117d0ecd1a4 100644 (file)
@@ -1,14 +1,14 @@
-<TR>
-       <TD rowspan="2" width="10" class="seperator">&nbsp;</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2"><a
-               href="$content[patch_url]">$content[patch_title]</a></TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2 right2">$content[patch_ctime]</TD>
-       <TD align="center" class="switch_sw$content[sw] bottom2">$content[patch_size]
-       {--KBYTES--}</TD>
-       <TD rowspan="2" width="10" class="seperator">&nbsp;</TD>
-</TR>
-<TR>
-       <TD colspan="3" class="switch_sw$content[sw] bottom2">
+<tr>
+       <td rowspan="2" width="10" class="seperator">&nbsp;</td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2"><a
+               href="$content[patch_url]">$content[patch_title]</a></td>
+       <td align="center" class="switch_sw$content[sw] bottom2 right2">$content[patch_ctime]</td>
+       <td align="center" class="switch_sw$content[sw] bottom2">$content[patch_size]
+       {--KBYTES--}</td>
+       <td rowspan="2" width="10" class="seperator">&nbsp;</td>
+</tr>
+<tr>
+       <td colspan="3" class="switch_sw$content[sw] bottom2">
        <div align="center"><strong>{--PATCH_DESCRIPTION--}:</strong></div>
-       $content[patch_desc]</TD>
-</TR>
+       $content[patch_desc]</td>
+</tr>