]> git.datanom.net - qtadmin.git/blobdiff - message_view.php
validator fix
[qtadmin.git] / message_view.php
index 5228ebb06416115e4fe390d0f4bc22ea49aca6aa..fabf6988a99b2dd3c9e85d66babb2a4dba7a5af8 100644 (file)
@@ -35,7 +35,7 @@
               onclick="javascript: history.back();"/></td>';
         echo '</tr></table>';
 
-        echo '<table><tr>';
+        echo '<table>';
         $from = $headers['from'];
         $from = str_replace("<", "&lt;", $from);
         $from = str_replace(">", "&gt;", $from);
This page took 0.028098 seconds and 5 git commands to generate.