Skip to content

Commit

Permalink
修改 #4 issue,把 HTML 文件编码从 GBK 转到 UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
sofish committed Dec 24, 2011
1 parent 5a4e050 commit af988f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions solutions/custom-file/custom-file.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<title>自定义 file 上传</title>
<title>自定义 file 上传</title>
<link rel="stylesheet" charset="utf-8" href="../../base.css" />
<link rel="stylesheet" charset="utf-8" href="./custom-file.css" />
<style type="text/css">
Expand All @@ -17,13 +17,13 @@

<p>
<span class="sl-file">
<span><input type="button" value="点击选择图片" /></span>
<span><input type="button" value="点击选择图片" /></span>
<input type="file" class="sl-file-input" />
</span> png|jpg|bmp
</p>

<span class="sl-file">
<input type="button" value="点击选择图片" />
<input type="button" value="点击选择图片" />
<input type="file" class="sl-file-input" />
</span>

Expand Down

0 comments on commit af988f8

Please sign in to comment.