diff --git a/reference/url/functions/base64-decode.xml b/reference/url/functions/base64-decode.xml
index 4fbe1a0db7..04b40dc792 100644
--- a/reference/url/functions/base64-decode.xml
+++ b/reference/url/functions/base64-decode.xml
@@ -1,5 +1,5 @@
-
+
@@ -15,11 +15,11 @@
base64_decode decodes
encoded_data and returns the original
- data. The returned data may be binary.
+ data. The returned data may be binary.
- See also: base64_encode, RFC2045 section
- 6.8.
+ See also: base64_encode,
+ RFC 2045 section 6.8.
diff --git a/reference/url/functions/base64-encode.xml b/reference/url/functions/base64-encode.xml
index 8a99d30936..f2f3f65c36 100644
--- a/reference/url/functions/base64-encode.xml
+++ b/reference/url/functions/base64-encode.xml
@@ -1,5 +1,5 @@
-
+
@@ -25,7 +25,7 @@
See also:
base64_decode,
chunk_split,
- RFC2045 section 6.8.
+ RFC 2045 section 6.8.
diff --git a/reference/url/functions/rawurlencode.xml b/reference/url/functions/rawurlencode.xml
index 2e8382aeee..1b4c7b8052 100644
--- a/reference/url/functions/rawurlencode.xml
+++ b/reference/url/functions/rawurlencode.xml
@@ -1,10 +1,10 @@
-
+
rawurlencode
- URL-encode according to RFC1738
+ URL-encode according to RFC 1738
Description
@@ -16,10 +16,10 @@
Returns a string in which all non-alphanumeric characters except
-_. have been replaced with a percent
(%) sign followed by two hex digits. This is
- the encoding described in RFC1738 for protecting literal
+ the encoding described in RFC 1738 for protecting literal
characters from being interpreted as special URL delimiters, and
for protecting URL's from being mangled by transmission media
- with character conversions (like some email systems). For
+ with character conversions (like some email systems). For
example, if you want to include a password in an FTP URL:
@@ -46,7 +46,8 @@ echo 'RFC 1738