aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_processing
diff options
context:
space:
mode:
authorJoshyPHP <s9e.dev@gmail.com>2015-04-28 02:53:40 +0200
committerJoshyPHP <s9e.dev@gmail.com>2015-04-28 02:53:40 +0200
commit3f54fd49b5bf421852ceb2a54395d5ed353d2f29 (patch)
treed8624715bf7401e39d3189df5ed4a83ebdbf832e /tests/text_processing
parent102b6c2df377759de8b17f3fe6fa7366fb7385dd (diff)
downloadforums-3f54fd49b5bf421852ceb2a54395d5ed353d2f29.tar
forums-3f54fd49b5bf421852ceb2a54395d5ed353d2f29.tar.gz
forums-3f54fd49b5bf421852ceb2a54395d5ed353d2f29.tar.bz2
forums-3f54fd49b5bf421852ceb2a54395d5ed353d2f29.tar.xz
forums-3f54fd49b5bf421852ceb2a54395d5ed353d2f29.zip
[ticket/10922] Replaced urlencode() with rawurlencode()
RFC-6068 asks for percent-encoding so that seems more correct. Not sure about that one. PHPBB3-10922
Diffstat (limited to 'tests/text_processing')
-rw-r--r--tests/text_processing/tickets_data/PHPBB3-10922.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/text_processing/tickets_data/PHPBB3-10922.html b/tests/text_processing/tickets_data/PHPBB3-10922.html
index 0c74809377..6ca9eb0aa1 100644
--- a/tests/text_processing/tickets_data/PHPBB3-10922.html
+++ b/tests/text_processing/tickets_data/PHPBB3-10922.html
@@ -1,3 +1,3 @@
<a href="mailto:user@example.org">user@example.org</a><br>
<a href="mailto:user@example.org">...</a><br>
-<a href="mailto:user@example.org?subject=Hello&amp;body=Sent+from+phpBB">user@example.org</a><br>
+<a href="mailto:user@example.org?subject=Hello&amp;body=Sent%20from%20phpBB">user@example.org</a><br>