Skip to content

Commit c4b5904

Browse files
committed
Issue htacg#497 - lexer.c - Add comment for this PR @seaburg
1 parent e44f4d1 commit c4b5904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lexer.c

+1
Original file line numberDiff line numberDiff line change
@@ -4098,6 +4098,7 @@ static tmbstr ParseValue( TidyDocImpl* doc, ctmbstr name,
40984098
while (TY_(IsWhite)(lexer->lexbuf[start+len-1]) && (len > 0))
40994099
--len;
41004100

4101+
/* Issue #497 - Fix leading space trimming */
41014102
while (TY_(IsWhite)(lexer->lexbuf[start]) && (len > 0))
41024103
{
41034104
++start;

0 commit comments

Comments
 (0)