diff --git a/jquery.ajaxfileupload.js b/jquery.ajaxfileupload.js
index 21710bb..2c8df61 100644
--- a/jquery.ajaxfileupload.js
+++ b/jquery.ajaxfileupload.js
@@ -96,7 +96,7 @@
// The iframe must be appended as a string otherwise IE7 will pop up the response in a new window
// http://stackoverflow.com/a/6222471/268669
$('body')
- .append('');
+ .append('');
return $('#' + id);
}