git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8248
7612ce4b-ef26-0410-bec9-
ea0150e637f0
- Fixed XSS exploit in decodeHeader function.
- Added site configuration and custom translation engine support to translate
plugin.
+ - Fixed SquirrelSpell error output. Patch courtesy David Boone.
Version 1.5.0
--------------------
$msg= "<div align='center'>"
. sprintf(_("I tried to execute '%s', but it returned:"),
$sqspell_command) . "<pre>"
- . join("\n", htmlspecialchars($sqspell_output)) . "</pre>"
+ . htmlspecialchars(join("\n", $sqspell_output)) . '</pre>'
. '<form onsubmit="return false">'
. '<input type="submit" value=" ' . _("Close")
. ' " onclick="self.close()" /></form></div>';