From 905916889abed7c0b86c8658139de7a9443db280 Mon Sep 17 00:00:00 2001 From: Torben Wilson Date: Tue, 27 Nov 2001 10:17:08 +0000 Subject: [PATCH] A typo and a formatting fix. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@63314 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/basic-syntax.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/language/basic-syntax.xml b/language/basic-syntax.xml index bf9706b628..86e1132f20 100644 --- a/language/basic-syntax.xml +++ b/language/basic-syntax.xml @@ -1,5 +1,5 @@ - + Basic syntax @@ -92,7 +92,7 @@ 4. <% echo ("You may optionally use ASP-style tags"); %> - <%= $variable; # This is a shortcut for "<%echo .." %> + <%= $variable; # This is a shortcut for "<% echo . . ." %> ]]> @@ -136,16 +136,15 @@ -This is true. - This is true. + -This is false. - This is false. + ]]>