From 1fa5c78fa59c402eae86c39a976f2fe98aaa3a9c Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Tue, 17 Sep 2024 21:50:37 +1000 Subject: [PATCH] Use output tags (GH-3759) --- chapters/intro.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/intro.xml b/chapters/intro.xml index 7b5a375b71..26be9afa9f 100644 --- a/chapters/intro.xml +++ b/chapters/intro.xml @@ -39,7 +39,7 @@ Instead of lots of commands to output HTML (as seen in C or Perl), PHP pages contain HTML with embedded code that does - "something" (in this case, output "Hi, I'm a PHP script!"). + "something" (in this case, output Hi, I'm a PHP script!). The PHP code is enclosed in special start and end processing instructions <?php and ?>