From ea3d958179d0da54e2795733b782962f60662750 Mon Sep 17 00:00:00 2001 From: Alexar Date: Sat, 30 May 2020 05:02:34 +1000 Subject: Explains the weird behavior of PHP tag in a PHP script --- php.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/php.html.markdown b/php.html.markdown index d4103e97..96f30875 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -34,6 +34,7 @@ echo "World\n"; // Prints "World" with a line break ?> Hello World Again!