diff options
Diffstat (limited to 'vendor/blueimp/jquery-file-upload/cors/result.html')
-rw-r--r-- | vendor/blueimp/jquery-file-upload/cors/result.html | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/vendor/blueimp/jquery-file-upload/cors/result.html b/vendor/blueimp/jquery-file-upload/cors/result.html index e3d629814..f2a1b4b6a 100644 --- a/vendor/blueimp/jquery-file-upload/cors/result.html +++ b/vendor/blueimp/jquery-file-upload/cors/result.html @@ -1,4 +1,4 @@ -<!DOCTYPE HTML> +<!DOCTYPE html> <!-- /* * jQuery Iframe Transport Plugin Redirect Page @@ -12,13 +12,15 @@ */ --> <html lang="en"> -<head> -<meta charset="utf-8"> -<title>jQuery Iframe Transport Plugin Redirect Page</title> -</head> -<body> -<script> -document.body.innerText=document.body.textContent=decodeURIComponent(window.location.search.slice(1)); -</script> -</body> + <head> + <meta charset="utf-8" /> + <title>jQuery Iframe Transport Plugin Redirect Page</title> + </head> + <body> + <script> + document.body.innerText = document.body.textContent = decodeURIComponent( + window.location.search.slice(1) + ); + </script> + </body> </html> |