The "htmlspecialchars" was butchering the entites-encoded output
authorgraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 31 Dec 2001 22:12:36 +0000 (22:12 +0000)
committergraf25 <graf25@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 31 Dec 2001 22:12:36 +0000 (22:12 +0000)
commit8767fd29c46f4f89890dddd3580a13bdbe4f1398
tree32630818333b0b07a6b3c3e618ad2f2df4252f94
parent3b4872168a541cef38d8a4ba2357c9afc3cf7041
The "htmlspecialchars" was butchering the entites-encoded output
provided by the decodeHeader(). E.g. if there was any non-ascii
characters in the "From:" line, the decodeHeader would return them
as entities, "&#NNNN;&#NNNN;....", and htmlspecialchars would reduce
this to "&amp;#NNNN;&amp;#NNNN...." which looked EXTRAORDINARILY
ugly when rendered in a browser.
This is a stop-gap measure -- htmlspecialchars should be called at some
point.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2068 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/mailbox_display.php