From 341da3cea7b194e74057612efc6fb97cb57f1446 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 19 Feb 2016 17:39:50 -0500 Subject: Fix inappropriate markdown post process end tag check When is nested inside
, the next end tag token would not able to be the same
as outer-most start tag. So we only check outer-most start and end tag token to be the same.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'README.md')

diff --git a/README.md b/README.md
index 34493f51..415e036b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
 
 ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
 
-##### Current version: 0.8.38
+##### Current version: 0.8.39
 
 | Web | UI  | Preview  |
 |:-------------:|:-------:|:-------:|
-- 
cgit v1.2.3