fix #65
This commit is contained in:
parent
ec8c670d6a
commit
a94b2f5d00
1 changed files with 1 additions and 2 deletions
3
bb.sh
3
bb.sh
|
@ -596,8 +596,7 @@ parse_file() {
|
|||
echo -n "<p>$template_tags_line_header " >> "$content"
|
||||
(for item in "${array[@]}"; do
|
||||
echo -n "<a href='$prefix_tags$item.html'>$item</a>, "
|
||||
done ) | sed 's/, $//g' >> "$content"
|
||||
echo -e "</p>" >> "$content"
|
||||
done ) | sed 's/, $/<\/p>/g' >> "$content"
|
||||
else
|
||||
echo "$line" >> "$content"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue