]> git.datanom.net - qtadmin.git/blobdiff - mail_report.php
validator fix
[qtadmin.git] / mail_report.php
index 42233d2f2686d4cec9752bdfac85d11032c205ea..21e826465d0a42d61bc9e219a045678deafed136 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* vim: set ts=4 tw=4 sw=4 noet: */
+/* vim: set ts=4 tw=0 sw=4 noet: */
     require_once 'Mail/mimeDecode.php';
     require_once 'config.php';
     require_once $CFG->root . 'lib/db_factory.php';
@@ -89,8 +89,8 @@
         } else {
             $bayes['total'] = "<tr><td class=\"label\">TOTAL</td><td class=\"value\">-</td></tr>";
         }
-        $plain = "?id=$id&format=plain";
-        $html = "?id=$id&format=html";
+        $plain = "?id=$id&amp;format=plain";
+        $html = "?id=$id&amp;format=html";
         echo '<p class="ruler">Message ID : ' . $mail->mail_id . '</p>';
         echo '<table class="button-menu">';
         echo '<tr class="button-row">';
This page took 0.065601 seconds and 5 git commands to generate.