|
@@ -120,7 +120,7 @@ if ($sqspell_exitcode){
|
|
|
$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>';
|