From: Michael Rasmussen Date: Wed, 3 Jun 2015 21:35:20 +0000 (+0200) Subject: Fix width and height X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/f60d3406e610e1028dd0552a6c727df3db4523c4 Fix width and height --- diff --git a/index.php b/index.php index bbfcc6c..2714d9a 100644 --- a/index.php +++ b/index.php @@ -60,7 +60,7 @@ $subject = $row->subject; echo "$received". "$quaratinefor$sender$recipient". - "$subject$action$checkbox"; + "$subject$action$checkbox"; $i++; } $_SESSION['mailInfo'] = $mailInfo;