Sfoglia il codice sorgente

Merge pull request #75 from Enneka/master

Fixes #70
Carlos Fenollosa 10 anni fa
parent
commit
ec01889d91
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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"