diff options
Diffstat (limited to 'src/html.c')
-rw-r--r-- | src/html.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html.c b/src/html.c index 891962643..8f5664079 100644 --- a/src/html.c +++ b/src/html.c @@ -394,7 +394,6 @@ parse_tag_url (struct worker_task *task, struct mime_text_part *part, tag_id_t i url_text = memory_pool_alloc (task->task_pool, len + 1); g_strlcpy (url_text, c, len + 1); - g_strstrip (url_text); decode_entitles (url_text); url = memory_pool_alloc (task->task_pool, sizeof (struct uri)); rc = parse_uri (url, url_text, task->task_pool); |