X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fmessage_details%2Fmessage_details_bottom.php;h=3b7640fa0c36a330f8366fdf47dc26b0a68b0746;hp=6c5574fecefb1ece90e99b7047c9eb307a06e980;hb=84c81038e69b3d5f014beb6d2e0b767228891830;hpb=22387c8d44f3ab104db6e19180d3775a45762359 diff --git a/plugins/message_details/message_details_bottom.php b/plugins/message_details/message_details_bottom.php index 6c5574fe..3b7640fa 100644 --- a/plugins/message_details/message_details_bottom.php +++ b/plugins/message_details/message_details_bottom.php @@ -7,7 +7,7 @@ * * @author Marc Groot Koerkamp * @copyright 2002 Marc Groot Koerkamp, The Netherlands - * @copyright 2002-2017 The SquirrelMail Project Team + * @copyright 2002-2020 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins @@ -239,9 +239,9 @@ function get_message_details($mailbox, $passed_id, $passed_ent_id=0, $stripHTML= $entStr = CalcEntity("$entStr",0); $content_indx++; $content[$content_indx]=array(); - $content[$content_indx]['ent'] = '$entStr".''; + $content[$content_indx]['ent'] = '' . $entStr . ''; $pre .= '
'; + $entStr.'H">'; $end .= ''; $header = true; $mimepart = false;