diff --git a/src/freedombone-mesh-blog b/src/freedombone-mesh-blog
index 7b0662780b4466ff5905a42d0057ca102fe57013..3052466881336ef68ba6ad19cae2245fce4eb231 100755
--- a/src/freedombone-mesh-blog
+++ b/src/freedombone-mesh-blog
@@ -92,8 +92,8 @@ function new_blog {
     echo  '' >> ~/.new-blog-entry
     echo $'Add your text here' >> ~/.new-blog-entry
     echo  '' >> ~/.new-blog-entry
-    echo $'To include an image copy it into the ~/CreateBlog/content/images directory,' >> ~/.new-blog-entry
-    echo $'Then link to it with:' >> ~/.new-blog-entry
+    echo -n $'To include an image copy it into the ~/CreateBlog/content/images directory, ' >> ~/.new-blog-entry
+    echo $'then link to it with:' >> ~/.new-blog-entry
     echo  '' >> ~/.new-blog-entry
     echo $'![My image]({filename}images/myimage.jpg)' >> ~/.new-blog-entry
     echo  '' >> ~/.new-blog-entry