From: Aaron Schulz Date: Tue, 4 Nov 2008 15:57:40 +0000 (+0000) Subject: Break long line X-Git-Tag: 1.31.0-rc.0~44429 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/Dunav?a=commitdiff_plain;h=e04de22ec321554e0a721c3017a85890df254a8d;p=lhc%2Fweb%2Fwiklou.git Break long line --- diff --git a/includes/AjaxFunctions.php b/includes/AjaxFunctions.php index 9e892f1abc..2468909d65 100644 --- a/includes/AjaxFunctions.php +++ b/includes/AjaxFunctions.php @@ -14,7 +14,8 @@ if( !defined( 'MEDIAWIKI' ) ) { * Modified function from http://pure-essence.net/stuff/code/utf8RawUrlDecode.phps * * @param $source String escaped with Javascript's escape() function - * @param $iconv_to String destination character set will be used as second paramether in the iconv function. Default is UTF-8. + * @param $iconv_to String destination character set will be used as second parameter + * in the iconv function. Default is UTF-8. * @return string */ function js_unescape($source, $iconv_to = 'UTF-8') {