From 4136d85a9c806e379681ec6b482bde14a0ccf559 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 29 May 2017 14:26:55 +0200 Subject: [PATCH 1/2] Issue #395, #564 - Oops, restore orig char if not closing --- src/lexer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lexer.c b/src/lexer.c index 9346567..667d69c 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -3736,6 +3736,7 @@ static tmbstr ParseAttribute( TidyDocImpl* doc, Bool *isempty, { /* Not '/>' - put it back */ TY_(UngetChar)(c, doc->docIn); + c = '/'; /* retore original char */ } } From dbe8a6a767f0b3802f81136aad65899752bb7fb0 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Mon, 29 May 2017 14:28:34 +0200 Subject: [PATCH 2/2] Issue #395, #564 - Bump to 5.5.30 for this fix --- version.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.txt b/version.txt index 9f5f66f..badd982 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.5.29 -2017.05.27 +5.5.30 +2017.05.29