From ca4b13a3ea0262b32d841b546117f1ea6f8a7cc4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Sat, 4 Jun 2011 20:16:45 +0200 Subject: [PATCH] Fixes redirection test function. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- plugins/function.test_email.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 '
' . '

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