Elm entry: Fixed a bug with inserting chunks.

Thanks a lot to WooHyun for finding this.

SVN revision: 63535
This commit is contained in:
Tom Hacohen 2011-09-22 11:31:22 +00:00
parent 0ef09f9e9a
commit 2c5dc0e2aa
1 changed files with 1 additions and 1 deletions

View File

@ -1839,7 +1839,7 @@ _text_append_idler(void *data)
else if (tmp == '>') else if (tmp == '>')
tag_start = -1; tag_start = -1;
} }
else if (tag_start == -1) if (tag_start == -1)
{ {
if (tmp == '&') if (tmp == '&')
esc_start = prev_pos; esc_start = prev_pos;