From 5ccb446e8a90aaac23d1d9328d3205872b033b32 Mon Sep 17 00:00:00 2001 From: Tim MacDonald Date: Mon, 28 Aug 2023 17:05:50 +1000 Subject: [PATCH] Standardise Getting Started example indentation (#2713) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Standardise getting started indentation * Indent form example * Drop trailing whitespace to make CI happy --------- Co-authored-by: Tim Düsterhus --- chapters/tutorial.xml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/chapters/tutorial.xml b/chapters/tutorial.xml index fd76f371ae..2904367694 100644 --- a/chapters/tutorial.xml +++ b/chapters/tutorial.xml @@ -70,12 +70,12 @@ - - PHP Test - - - Hello World

'; ?> - + + PHP Test + + + Hello World

'; ?> + ]]>
@@ -91,12 +91,12 @@ - - PHP Test - - -

Hello World

- + + PHP Test + + +

Hello World

+ ]]>
@@ -371,9 +371,9 @@ if (strpos($_SERVER['HTTP_USER_AGENT'], 'Firefox') !== false) { -

Your name:

-

Your age:

-

+

Your name:

+

Your age:

+

]]>