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"
|
echo -n "<p>$template_tags_line_header " >> "$content"
|
||||||
(for item in "${array[@]}"; do
|
(for item in "${array[@]}"; do
|
||||||
echo -n "<a href='$prefix_tags$item.html'>$item</a>, "
|
echo -n "<a href='$prefix_tags$item.html'>$item</a>, "
|
||||||
done ) | sed 's/, $//g' >> "$content"
|
done ) | sed 's/, $/<\/p>/g' >> "$content"
|
||||||
echo -e "</p>" >> "$content"
|
|
||||||
else
|
else
|
||||||
echo "$line" >> "$content"
|
echo "$line" >> "$content"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue