From cf44745d08416b5f1eeadcffbbd68290157ee538 Mon Sep 17 00:00:00 2001 From: Luis Cordova Date: Tue, 25 Oct 2011 15:50:29 -0500 Subject: [PATCH] corrected rst for bash like code blocks --- en/tutorials/getting-started-xml-edition.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 6ef488ec4..817b9aa04 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -898,7 +898,7 @@ Products can also be created: Now call: -.. +:: $ php create_user.php beberlei $ php create_product.php MyProduct @@ -969,7 +969,7 @@ code for this scenario may look like this: Since we only have one user and product, probably with the ID of 1, we can call this script with: -.. +:: php create_bug.php 1 1 1