From: Stéphane Jacob Date: Sat, 4 Jun 2011 18:16:45 +0000 (+0200) Subject: Fixes redirection test function. X-Git-Tag: xorg/1.1.2~55 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ca4b13a3ea0262b32d841b546117f1ea6f8a7cc4;p=platal.git Fixes redirection test function. Signed-off-by: Stéphane Jacob --- diff --git a/plugins/function.test_email.php b/plugins/function.test_email.php index f3bcf25..3a18819 100644 --- a/plugins/function.test_email.php +++ b/plugins/function.test_email.php @@ -25,10 +25,7 @@ function smarty_function_test_email($params, $smarty) { $hruid = isset($params['hruid']) ? "'" . $params['hruid'] . "'" : ''; return '
' . '

' - . '
' - . '
' - . '
' - . '
' + . '
' . '
'; }