about summary refs log tree commit diff
path: root/esv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'esv.sh')
-rwxr-xr-xesv.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/esv.sh b/esv.sh
index e31d721..4f3f8ea 100755
--- a/esv.sh
+++ b/esv.sh
@@ -8,7 +8,9 @@ fi
 printf "20 text/gemini\r\n"
 
 qs="$(echo "$QUERY_STRING" |sed 's/ /\+/g')"
-printf "=> http://www.esvapi.org This page's contents pulled from esvapi.org.\n#" 
+printf "=> http://www.esvapi.org This content pulled from esvapi.org.\n#"
 req="$(printf 'http://www.esvapi.org/v2/rest/passageQuery?key=TEST&passage=%s&include-headings=false&output-format=plain-text&include-verse-numbers=false&include-footnotes=false&line-length=0&include-first-verse-numbers=false&include-passage-horizontal-lines=false&include-heading-horizontal-lines=false&include-subheadings=false' "$qs")"
 #echo $req
 curl "$req"
+# Include an ending newline.
+echo ''