diff --git a/Plugins/Mineplex.ReportSite/css/tiger.css b/Plugins/Mineplex.ReportSite/css/tiger.css index 60934f88f..8f70c6a07 100644 --- a/Plugins/Mineplex.ReportSite/css/tiger.css +++ b/Plugins/Mineplex.ReportSite/css/tiger.css @@ -98,7 +98,7 @@ h2,h3,h4,h5,h6 { padding-right: 10px; } -.suspect-message { +.suspect { color: #ED9898; } diff --git a/Plugins/Mineplex.ReportSite/view.php b/Plugins/Mineplex.ReportSite/view.php index 29dc75b6c..854aef555 100644 --- a/Plugins/Mineplex.ReportSite/view.php +++ b/Plugins/Mineplex.ReportSite/view.php @@ -470,20 +470,16 @@ - - getSender()->getUsername(); - - if ($isPM) - { - echo ' -> ' . $message->getRecipients()[0]->getUsername(); - } - - echo ': '; - ?> + + getSender()->getUsername() ?> - getMessage() ?> + +  -> getRecipients()[0]->getUsername() ?> + + + : + getMessage() ?>