From e10ffe0b0b6843ce79122f5ed34fce308e1d8833 Mon Sep 17 00:00:00 2001 From: Ron Chmara Date: Thu, 9 Nov 2000 05:40:14 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35494 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mcrypt.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mcrypt.xml b/functions/mcrypt.xml index b15012c47f..f556c5c83a 100644 --- a/functions/mcrypt.xml +++ b/functions/mcrypt.xml @@ -876,7 +876,7 @@ foreach ($algorithms as $cipher) { $modes = mcrypt_list_modes (); foreach ($modes as $mode) { - echo $mode."/n"; + echo "$mode
"; } ?>