1
0
mirror of https://github.com/go-gitea/gitea synced 2024-11-10 17:25:54 +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

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