summaryrefslogtreecommitdiff
path: root/includes/locale.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-23 13:34:55 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-23 13:34:55 +0000
commit2f0657bc3d39986aa5e1b6c3604fec3af4740a5b (patch)
treee89a6fac1d08367270b8b3ab4bb5d03adb5af370 /includes/locale.inc
parent4d6c7bd41a110a7790a9d7f0671233c693db36e5 (diff)
downloadbrdo-2f0657bc3d39986aa5e1b6c3604fec3af4740a5b.tar.gz
brdo-2f0657bc3d39986aa5e1b6c3604fec3af4740a5b.tar.bz2
- Removing excessive whitespace.
Diffstat (limited to 'includes/locale.inc')
-rw-r--r--includes/locale.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/locale.inc b/includes/locale.inc
index 5b6410049..06b67e4f5 100644
--- a/includes/locale.inc
+++ b/includes/locale.inc
@@ -1016,7 +1016,7 @@ function _locale_import_read_po($op, $file, $mode = NULL, $lang = NULL, $group =
while (!feof($fd)) {
$line = fgets($fd, 10*1024); // A line should not be this long
if ($lineno == 0) {
- // The first line might come with a UTF-8 BOM, which should be removed.
+ // The first line might come with a UTF-8 BOM, which should be removed.
$line = str_replace("\xEF\xBB\xBF", '', $line);
}
$lineno++;