From 8b0ec988ce51805ea9f925db761b6adcb98230a7 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Fri, 24 May 2002 13:23:17 +0000 Subject: [PATCH] - Fix for bug #17409 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83364 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/control-structures.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/language/control-structures.xml b/language/control-structures.xml index 762a6a4a76..b937cc63e1 100644 --- a/language/control-structures.xml +++ b/language/control-structures.xml @@ -1,5 +1,5 @@ - + Control Structures @@ -189,9 +189,9 @@ A is equal to 5 - In the above example, the HTML block "A = 5" is nested within an - if statement written in the alternative syntax. - The HTML block would be displayed only if $a is equal to 5. + In the above example, the HTML block "A is equal to 5" is nested within an + if statement written in the alternative syntax. The + HTML block would be displayed only if $a is equal to 5. The alternative syntax applies to else and