1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-09 12:07:20 +00: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
}