From a94b2f5d007c6f38653788a04486429c99bba1af Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Tue, 19 Aug 2014 12:11:23 +0200 Subject: [PATCH] fix #65 --- bb.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bb.sh b/bb.sh index 5e78666..2fa0b1e 100755 --- a/bb.sh +++ b/bb.sh @@ -596,8 +596,7 @@ parse_file() { echo -n "

$template_tags_line_header " >> "$content" (for item in "${array[@]}"; do echo -n "$item, " - done ) | sed 's/, $//g' >> "$content" - echo -e "

" >> "$content" + done ) | sed 's/, $/<\/p>/g' >> "$content" else echo "$line" >> "$content" fi