Skip to content
This repository was archived by the owner on Aug 31, 2022. It is now read-only.

Commit 29c7f4f

Browse files
committed
Whitespace
1 parent 27dfbe7 commit 29c7f4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html>
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
5-
<title>File Uploader</title>
5+
<title>File Uploader</title>
66
<link href="css/basic.css" type="text/css" rel="stylesheet" />
7-
<script type="text/javascript" src="http://filamentgroup.github.com/EnhanceJS/enhance.js"></script>
7+
<script type="text/javascript" src="http://filamentgroup.github.com/EnhanceJS/enhance.js"></script>
88
<script type="text/javascript">
99
// Run capabilities test
1010
enhance({
@@ -13,12 +13,12 @@
1313
'js/jQuery.fileinput.js',
1414
'js/example.js'
1515
],
16-
loadStyles: ['css/enhanced.css']
17-
});
16+
loadStyles: ['css/enhanced.css']
17+
});
1818
</script>
1919
</head>
20-
<body>
21-
20+
<body>
21+
2222
<!-- realistic form attributes: <form action="#" method="post" enctype="multipart/form-data"> -->
2323
<form action="#">
2424
<fieldset>

0 commit comments

Comments
 (0)