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:
authorTechSneeze <dave@techsneeze.com>2022-07-21 21:03:07 +0300
committerGitHub <noreply@github.com>2022-07-21 21:03:07 +0300
commit5901db238cd905f2313caf6379cfd8c00d38cb45 (patch)
tree35ee4e28617e7f305c4a0c9734cc8993fdeff5ea /dmarcts-report-viewer-report-list.php
parent80b1574d9c7a7362141cfa24e436a699ff1c800e (diff)
parent9641d1364b9cd93d0325ca2dccfaa3e50126310f (diff)
Merge pull request #81 from ekalin/php8HEADv2.0master
PHP8 compatibility
Diffstat (limited to 'dmarcts-report-viewer-report-list.php')
-rw-r--r--dmarcts-report-viewer-report-list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmarcts-report-viewer-report-list.php b/dmarcts-report-viewer-report-list.php
index 806ed8c..ff9a236 100644
--- a/dmarcts-report-viewer-report-list.php
+++ b/dmarcts-report-viewer-report-list.php
@@ -73,7 +73,7 @@ function tmpl_reportList($reports, $sort) {
$reportsum = 0;
foreach ($reports as $row) {
- $row = array_map('htmlspecialchars', $row);
+ $row = array_map('html_escape', $row);
$reportlist[] = " <tr class='linkable' onclick=\"showReport('" . $row['serial'] . "')\" id='report" . $row['serial'] . "' title='" . $title_message_tr . "'>";
$reportlist[] = " <td class='circle_container'><span class='status_sort_key'>" . get_dmarc_result($row)['status_sort_key'] . "</span></td>"; // Col 0