From e7a6afc044e813f7a9606ead770caa408e9e2eb4 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 3 Sep 2016 15:01:06 +0000 Subject: [PATCH] Upload: Correct encoding issue in `swfupload.js`, introduced in [29479]. See #29199. git-svn-id: https://develop.svn.wordpress.org/trunk@38517 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/swfupload/swfupload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/js/swfupload/swfupload.js b/src/wp-includes/js/swfupload/swfupload.js index 9c950d4ed7..444f5546c3 100644 --- a/src/wp-includes/js/swfupload/swfupload.js +++ b/src/wp-includes/js/swfupload/swfupload.js @@ -3,7 +3,7 @@ * * mmSWFUpload 1.0: Flash upload dialog - http://profandesign.se/swfupload/, http://www.vinterwebb.se/ * - * SWFUpload is (c) 2006-2007 Lars Huring, Olov Nilz�n and Mammon Media and is released under the MIT License: + * SWFUpload is (c) 2006-2007 Lars Huring, Olov Nilzén and Mammon Media and is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php * * SWFUpload 2 is (c) 2007-2008 Jake Roberts and is released under the MIT License: