Break long line
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 4 Nov 2008 15:57:40 +0000 (15:57 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 4 Nov 2008 15:57:40 +0000 (15:57 +0000)
includes/AjaxFunctions.php

index 9e892f1..2468909 100644 (file)
@@ -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') {