You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2018/01/24 08:40:19 UTC

[sling-site] branch master updated: Remove extraneous formatting commands

This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e2d8f6  Remove extraneous formatting commands
0e2d8f6 is described below

commit 0e2d8f6a7392c657bab4c29bed5b019264ff8605
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Wed Jan 24 09:40:10 2018 +0100

    Remove extraneous formatting commands
---
 .../bundles/rendering-content-default-get-servlets.md              | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/main/jbake/content/documentation/bundles/rendering-content-default-get-servlets.md b/src/main/jbake/content/documentation/bundles/rendering-content-default-get-servlets.md
index 7671dee..11dd3ee 100644
--- a/src/main/jbake/content/documentation/bundles/rendering-content-default-get-servlets.md
+++ b/src/main/jbake/content/documentation/bundles/rendering-content-default-get-servlets.md
@@ -162,25 +162,24 @@ The `VersionInfoServlet` now shows all versions (output abbreviated):
 
 And the `;v=` URI path parameter gives access to each version (output abbreviated):
 
-    curl -s "http://localhost:8080/vtest.tidy.json;v=1.0" | jq . | sed 's/^/    /'
+    curl -s "http://localhost:8080/vtest.tidy.json;v=1.0"
     {
       "marker": "A",
       "jcr:frozenUuid": "a6fd966d-917d-49e2-ba32-e7f942ff3a0f",
       "jcr:uuid": "74291bc8-e7cb-4a71-ab3a-224ba234be0a"
     }
     
-    curl -s "http://localhost:8080/vtest.tidy.json;v=1.1" | jq . | sed 's/^/    /'
+    curl -s "http://localhost:8080/vtest.tidy.json;v=1.1"
     {
       "marker": "B",
       "jcr:frozenUuid": "a6fd966d-917d-49e2-ba32-e7f942ff3a0f",
       "jcr:uuid": "18b38479-a3fc-4a21-9cd4-89c44daf917d"
     }
     
-    curl -s "http://localhost:8080/vtest.tidy.json;v=1.2" | jq . | sed 's/^/    /'
+    curl -s "http://localhost:8080/vtest.tidy.json;v=1.2"
     {
       "marker": "C",
       "jcr:frozenUuid": "a6fd966d-917d-49e2-ba32-e7f942ff3a0f",
       "jcr:uuid": "3d55430b-2fa6-4562-b415-638fb6608c0e"
     }
-$ 
   
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
bdelacretaz@apache.org.