From 0dc9ae0d62829a4b9856a3979c967facafc2d128 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sun, 21 Oct 2012 15:02:19 -0400 Subject: Fixed #152. Spaces in links are now escaped. --- tests/misc/url_spaces.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/misc/url_spaces.html') diff --git a/tests/misc/url_spaces.html b/tests/misc/url_spaces.html index ebacb75..f9c91b3 100644 --- a/tests/misc/url_spaces.html +++ b/tests/misc/url_spaces.html @@ -1,2 +1,2 @@ -

Dawn of War

-

Dawn of War

\ No newline at end of file +

Dawn of War

+

Dawn of War

\ No newline at end of file -- cgit v1.2.3