1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-05 23:34:19 -04: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
}