summaryrefslogtreecommitdiff
path: root/includes/unicode.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-02-04 20:32:18 +0000
committerDries Buytaert <dries@buytaert.net>2011-02-04 20:32:18 +0000
commit07eaa98b294d5141a0d7954693eba9bc6a49a966 (patch)
treed1bd51f9b1604f33eeb267ece438d2e9cce63ff8 /includes/unicode.inc
parent7aabab90cf6f979ab72f45a31dd5033496d22f67 (diff)
downloadbrdo-07eaa98b294d5141a0d7954693eba9bc6a49a966.tar.gz
brdo-07eaa98b294d5141a0d7954693eba9bc6a49a966.tar.bz2
- Patch #1027578 by droplet: missing period in the documentation for drupal_convert_to_utf8().
Diffstat (limited to 'includes/unicode.inc')
-rw-r--r--includes/unicode.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/unicode.inc b/includes/unicode.inc
index 812a2f174..34d78fb19 100644
--- a/includes/unicode.inc
+++ b/includes/unicode.inc
@@ -221,7 +221,7 @@ function drupal_xml_parser_create(&$data) {
* @param $data
* The data to be converted.
* @param $encoding
- * The encoding that the data is in
+ * The encoding that the data is in.
*
* @return
* Converted data or FALSE.