0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-25 16:52:47 +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
}