From 07eaa98b294d5141a0d7954693eba9bc6a49a966 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 4 Feb 2011 20:32:18 +0000 Subject: - Patch #1027578 by droplet: missing period in the documentation for drupal_convert_to_utf8(). --- includes/unicode.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/unicode.inc') 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. -- cgit v1.2.3