Template
1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo synced 2024-11-24 10:46:10 +01:00

minor fix markdown post process

This commit is contained in:
Unknwon 2015-11-24 19:29:35 -05:00
parent 968edb3e44
commit ba92f4687e

View file

@ -300,6 +300,7 @@ OUTER_LOOP:
case html.EndTagToken:
if len(startTags) == 0 {
buf.WriteString(token.String())
break
}