]> git.datanom.net - qtadmin.git/commitdiff
Fix width and height
authorMichael Rasmussen <mir@datanom.net>
Wed, 3 Jun 2015 21:35:20 +0000 (23:35 +0200)
committerMichael Rasmussen <mir@datanom.net>
Wed, 3 Jun 2015 21:35:20 +0000 (23:35 +0200)
index.php

index bbfcc6c4f1db7bc03c8224134521d44317abb3dc..2714d9a913d54864e6006e9086135238e93f66cd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -60,7 +60,7 @@
             $subject = $row->subject;
             echo "<td>$received</td><td class=\"nav-action\">".
                 "$quaratinefor</td><td>$sender</td><td>$recipient</td>".
-                "<td>$subject</td><td class=\"nav-action\">$action</td><td>$checkbox</td></tr>";
+                "<td>$subject</td><td class=\"nav-action\">$action</td><td class=\"nav-action\">$checkbox</td></tr>";
             $i++;
         }
         $_SESSION['mailInfo'] = $mailInfo;
This page took 0.031193 seconds and 5 git commands to generate.