Added conversion of &apm; back into & to display &amp;lt; as <.
[squirrelmail.git] / src / read_body.php
index 95368c107000c8b5b5b1acea2ff97c20768e9887..e49e67577e2ea9b0e31d89ddec6e8e5c8692301a 100644 (file)
    
    $body = formatBody($imapConnection, $message, $color, $wrap_at);
 
    
    $body = formatBody($imapConnection, $message, $color, $wrap_at);
 
+   $body = str_replace("&amp;", "&", $body);
+
    echo $body;
    
    echo '</TABLE>';
    echo $body;
    
    echo '</TABLE>';