From e78966a1ece597f3daa12720b9c785532226fbfb Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Thu, 9 Nov 2000 16:58:38 +0000 Subject: [PATCH] Watch those <>'s git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35514 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 f556c5c83a..0aef9a2965 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
"; + echo "$mode </br>"; } ?>