Fixed additional characters in all_tags.html
This commit is contained in:
parent
e5b831b375
commit
efbb68dfb4
1 changed files with 2 additions and 1 deletions
3
bb.sh
3
bb.sh
|
@ -703,7 +703,8 @@ all_tags() {
|
|||
echo -n "."
|
||||
nposts="$(grep -c "<\!-- text begin -->" $i)"
|
||||
tagname="$(echo $i | cut -c $((${#prefix_tags}+3))- | sed 's/\.html//g')"
|
||||
echo "<li><a href="$i">$tagname</a> — $nposts $template_tags_posts</li>" >> "$contentfile"
|
||||
i="`clean_filename $i`"
|
||||
echo "<li><a href=\"$i\">$tagname</a> — $nposts $template_tags_posts</li>" >> "$contentfile"
|
||||
done
|
||||
echo ""
|
||||
echo "</ul>" >> "$contentfile"
|
||||
|
|
Loading…
Reference in a new issue