Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-viewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnew-gh <github@hazelden.ca>2021-05-04 03:39:38 +0300
committerjnew-gh <github@hazelden.ca>2021-05-04 03:39:38 +0300
commit8ac72871670f669aff66798f6845b4a537299c41 (patch)
tree965b2baae6fd5417fef5b5b35bcbdac57dd60627
parent13fce89d5a41c994a1f9a7fd4aaaf8152642bf8a (diff)
Correct small html error in the Report Data table
-rw-r--r--dmarcts-report-viewer-report-data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-viewer-report-data.php b/dmarcts-report-viewer-report-data.php
index 7edfcd3..5c862cd 100644
--- a/dmarcts-report-viewer-report-data.php
+++ b/dmarcts-report-viewer-report-data.php
@@ -168,7 +168,7 @@ ORDER BY
$reportsum += $row['rcount'];
}
$reportdata[] = " </tbody>";
- $reportdata[] = "<tr><td></td><td class='right sum'>Sum:</td><td class='sum'>$reportsum</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr>";
+ $reportdata[] = "<tr class='sum'><td></td><td class='right'>Sum:</td><td class='sum'>$reportsum</td><td colspan='9'></td></tr>";
$reportdata[] = "</table>";
$reportdata[] = "</div>";