Explorar el Código

Merge pull request #75 from Enneka/master

Fixes #70
Carlos Fenollosa hace 10 años
padre
commit
ec01889d91
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bb.sh

+ 1 - 1
bb.sh

@@ -462,7 +462,7 @@ create_html_page() {
     fi
     cat "$content" >> "$filename" # Actual content
     if [[ "$index" == "no" ]]; then
-        echo '<!-- text end -->' >> "$filename"
+        echo -e '\n<!-- text end -->' >> "$filename"
 
         twitter "$global_url/$file_url" >> "$filename"