diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-07-16 02:40:48 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-07-16 02:40:48 +0000 |
commit | a6f0b92207240cdf7b1ab26c07b8850ccbfdaa0c (patch) | |
tree | fbf8842804e0fc37691425eea90eafc8fb2a95da /includes | |
parent | ef832ddf05f9f4b08dc45999936c829a991a8093 (diff) | |
download | brdo-a6f0b92207240cdf7b1ab26c07b8850ccbfdaa0c.tar.gz brdo-a6f0b92207240cdf7b1ab26c07b8850ccbfdaa0c.tar.bz2 |
- Patch #855310 by aspilicious: fix newlines in file_mimetype().inc.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/file.mimetypes.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/file.mimetypes.inc b/includes/file.mimetypes.inc index 93b931e9a..fe23ba48b 100644 --- a/includes/file.mimetypes.inc +++ b/includes/file.mimetypes.inc @@ -13,6 +13,7 @@ * * @return * Array of mimetypes correlated to the extensions that relate to them. + * * @see file_get_mimetype() */ function file_mimetype_mapping() { @@ -30,6 +31,7 @@ function file_mimetype_mapping() { * * @return * Array of mimetypes correlated to the extensions that relate to them. + * * @see file_get_mimetype() */ function file_default_mimetype_mapping() { |